Html Css Color HEX #5E0A22 Pohutukawa

📋 copy color: '#5E0A22'

red 94 ◦ green 10 ◦ blue 34

#5E0A22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5E0A22

Tints of Pohutukawa #5E0A22

RGB

 RED value IS 94 (37.11% from 255) = 68.12%

 GREEN value IS 10 (4.3% from 255) = 7.25%

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 68.12%
G = 7.25%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5E0A22 (or 0x5E0A22) is known color: Pohutukawa. HEX triplet: 5E, 0A and 22. RGB value is (94,10,34). Sum of RGB (Red+Green+Blue) = 94+10+34=138 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.12% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A22 is #A1F5DD. Grayscale: #252525. Windows color (decimal): -10614238 or 2230878. OLE color: 2230878.

HSL color Cylindrical-coordinate representation of color #5E0A22: hue angle of 342.86º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A22 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 10 34 -
CMYK 0 0.89 0.64 0.63
HSL 342.86º 0.81% 0.2% -
HSV(B) 342.86º 0.89% 0.37% -
XYZ 5.01 2.71 1.77 -
YUV 37.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 94 10 34 0 0.89 0.64 0.63 342.86 0.81 0.2
Hex 5E A 22 0 59 40 3F 157 51 14
Octal 136 12 42 0 131 100 77 527 121 24
Binary 1011110 1010 100010 0 1011001 1000000 111111 101010111 1010001 10100

Color Harmonies of #5E0A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0A22

Black with #5E0A22

Text Example


Text Example

White with #5E0A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E0A22; }

 p { color: rgb(94,10,34); }

 H1.HeaderClassName
 {
   color: #5E0A22;
 }
 .AnyTagClassName
 {
   color: #5E0A22;
 }
</style>

background-color css

<style>
 a { background-color: #5E0A22; }

 a { background-color: rgb(94,10,34); }

 div.DivClassName
 {
   background-color: #5E0A22;
 }
 .BgClassName
 {
   background-color: #5E0A22;
 }
</style>

border-color css

<style>
 span { border-color: #5E0A22; }

 span { border-color: rgb(94,10,34); }

 td.TdClassName
 {
   border-color: #5E0A22;
 }
 .TagClassName
 {
   border-color: #5E0A22;
 }
</style>