Html Css Color HEX #5E0B0E Pohutukawa

📋 copy color: '#5E0B0E'

red 94 ◦ green 11 ◦ blue 14

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

Shades of Pohutukawa #5E0B0E

Tints of Pohutukawa #5E0B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 78.99%
G = 9.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#5E0B0E (or 0x5E0B0E) is known color: Pohutukawa. HEX triplet: 5E, 0B and 0E. RGB value is (94,11,14). Sum of RGB (Red+Green+Blue) = 94+11+14=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0B0E is #A1F4F1. Grayscale: #242424. Windows color (decimal): -10614002 or 920414. OLE color: 920414.

HSL color Cylindrical-coordinate representation of color #5E0B0E: hue angle of 357.83º 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 #5E0B0E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 11 14 -
CMYK 0 0.88 0.85 0.63
HSL 357.83º 0.79% 0.21% -
HSV(B) 357.83º 0.88% 0.37% -
XYZ 4.82 2.65 0.67 -
YUV 36.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 94 11 14 0 0.88 0.85 0.63 357.83 0.79 0.21
Hex 5E B E 0 58 55 3F 166 4F 15
Octal 136 13 16 0 130 125 77 546 117 25
Binary 1011110 1011 1110 0 1011000 1010101 111111 101100110 1001111 10101

Color Harmonies of #5E0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B0E

Black with #5E0B0E

Text Example


Text Example

White with #5E0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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