Html Css Color HEX #5E0B13 Pohutukawa

📋 copy color: '#5E0B13'

red 94 ◦ green 11 ◦ blue 19

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

Shades of Pohutukawa #5E0B13

Tints of Pohutukawa #5E0B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.87%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 75.81%
G = 8.87%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E0B13 (or 0x5E0B13) is known color: Pohutukawa. HEX triplet: 5E, 0B and 13. RGB value is (94,11,19). Sum of RGB (Red+Green+Blue) = 94+11+19=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0B13 is #A1F4EC. Grayscale: #242424. Windows color (decimal): -10613997 or 1248094. OLE color: 1248094.

HSL color Cylindrical-coordinate representation of color #5E0B13: hue angle of 354.22º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0B13 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 11 19 -
CMYK 0 0.88 0.80 0.63
HSL 354.22º 0.79% 0.21% -
HSV(B) 354.22º 0.88% 0.37% -
XYZ 4.85 2.67 0.87 -
YUV 36.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 94 11 19 0 0.88 0.80 0.63 354.22 0.79 0.21
Hex 5E B 13 0 58 50 3F 162 4F 15
Octal 136 13 23 0 130 120 77 542 117 25
Binary 1011110 1011 10011 0 1011000 1010000 111111 101100010 1001111 10101

Color Harmonies of #5E0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B13

Black with #5E0B13

Text Example


Text Example

White with #5E0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,19); }

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

background-color css

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

 a { background-color: rgb(94,11,19); }

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

border-color css

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

 span { border-color: rgb(94,11,19); }

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