Html Css Color HEX #5E0506 Pohutukawa

📋 copy color: '#5E0506'

red 94 ◦ green 5 ◦ blue 6

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

Shades of Pohutukawa #5E0506

Tints of Pohutukawa #5E0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 89.52%
G = 4.76%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E0506 (or 0x5E0506) is known color: Pohutukawa. HEX triplet: 5E, 05 and 06. RGB value is (94,5,6). Sum of RGB (Red+Green+Blue) = 94+5+6=105 (13% of max value = 765). Red value is 94 (37.11% from 255 or 89.52% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0506 is #A1FAF9. Grayscale: #1F1F1F. Windows color (decimal): -10615546 or 394590. OLE color: 394590.

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

Color convert

RGB 94 5 6 -
CMYK 0 0.95 0.94 0.63
HSL 359.33º 0.9% 0.19% -
HSV(B) 359.33º 0.95% 0.37% -
XYZ 4.7 2.5 0.41 -
YUV 31.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 94 5 6 0 0.95 0.94 0.63 359.33 0.9 0.19
Hex 5E 5 6 0 5F 5E 3F 167 5A 13
Octal 136 5 6 0 137 136 77 547 132 23
Binary 1011110 101 110 0 1011111 1011110 111111 101100111 1011010 10011

Color Harmonies of #5E0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0506

Black with #5E0506

Text Example


Text Example

White with #5E0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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