Html Css Color HEX #5E050E Pohutukawa

📋 copy color: '#5E050E'

red 94 ◦ green 5 ◦ blue 14

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

Shades of Pohutukawa #5E050E

Tints of Pohutukawa #5E050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

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

R = 83.19%
G = 4.42%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#5E050E (or 0x5E050E) is known color: Pohutukawa. HEX triplet: 5E, 05 and 0E. RGB value is (94,5,14). Sum of RGB (Red+Green+Blue) = 94+5+14=113 (14% of max value = 765). Red value is 94 (37.11% from 255 or 83.19% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 94 - color contains mainly: red. Hex color #5E050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E050E is #A1FAF1. Grayscale: #202020. Windows color (decimal): -10615538 or 918878. OLE color: 918878.

HSL color Cylindrical-coordinate representation of color #5E050E: hue angle of 353.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E050E is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 5 14 -
CMYK 0 0.95 0.85 0.63
HSL 353.93º 0.9% 0.19% -
HSV(B) 353.93º 0.95% 0.37% -
XYZ 4.75 2.52 0.65 -
YUV 32.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 94 5 14 0 0.95 0.85 0.63 353.93 0.9 0.19
Hex 5E 5 E 0 5F 55 3F 162 5A 13
Octal 136 5 16 0 137 125 77 542 132 23
Binary 1011110 101 1110 0 1011111 1010101 111111 101100010 1011010 10011

Color Harmonies of #5E050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E050E

Black with #5E050E

Text Example


Text Example

White with #5E050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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