Html Css Color HEX #5E1820 Pohutukawa

📋 copy color: '#5E1820'

red 94 ◦ green 24 ◦ blue 32

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

Shades of Pohutukawa #5E1820

Tints of Pohutukawa #5E1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 62.67%
G = 16%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#5E1820 (or 0x5E1820) is known color: Pohutukawa. HEX triplet: 5E, 18 and 20. RGB value is (94,24,32). Sum of RGB (Red+Green+Blue) = 94+24+32=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1820 is #A1E7DF. Grayscale: #2D2D2D. Windows color (decimal): -10610656 or 2103390. OLE color: 2103390.

HSL color Cylindrical-coordinate representation of color #5E1820: hue angle of 353.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E1820 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 24 32 -
CMYK 0 0.74 0.66 0.63
HSL 353.14º 0.59% 0.23% -
HSV(B) 353.14º 0.74% 0.37% -
XYZ 5.2 3.14 1.7 -
YUV 45.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 94 24 32 0 0.74 0.66 0.63 353.14 0.59 0.23
Hex 5E 18 20 0 4A 42 3F 161 3B 17
Octal 136 30 40 0 112 102 77 541 73 27
Binary 1011110 11000 100000 0 1001010 1000010 111111 101100001 111011 10111

Color Harmonies of #5E1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1820

Black with #5E1820

Text Example


Text Example

White with #5E1820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,32); }

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

background-color css

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

 a { background-color: rgb(94,24,32); }

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

border-color css

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

 span { border-color: rgb(94,24,32); }

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