Html Css Color HEX #5E050A Pohutukawa

📋 copy color: '#5E050A'

red 94 ◦ green 5 ◦ blue 10

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

Shades of Pohutukawa #5E050A

Tints of Pohutukawa #5E050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 86.24%
G = 4.59%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#5E050A (or 0x5E050A) is known color: Pohutukawa. HEX triplet: 5E, 05 and 0A. RGB value is (94,5,10). Sum of RGB (Red+Green+Blue) = 94+5+10=109 (14% of max value = 765). Red value is 94 (37.11% from 255 or 86.24% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 94 - color contains mainly: red. Hex color #5E050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E050A is #A1FAF5. Grayscale: #202020. Windows color (decimal): -10615542 or 656734. OLE color: 656734.

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

Color convert

RGB 94 5 10 -
CMYK 0 0.95 0.89 0.63
HSL 356.63º 0.9% 0.19% -
HSV(B) 356.63º 0.95% 0.37% -
XYZ 4.73 2.51 0.52 -
YUV 32.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 94 5 10 0 0.95 0.89 0.63 356.63 0.9 0.19
Hex 5E 5 A 0 5F 59 3F 165 5A 13
Octal 136 5 12 0 137 131 77 545 132 23
Binary 1011110 101 1010 0 1011111 1011001 111111 101100101 1011010 10011

Color Harmonies of #5E050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E050A

Black with #5E050A

Text Example


Text Example

White with #5E050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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