Html Css Color HEX #5E0818 Pohutukawa

📋 copy color: '#5E0818'

red 94 ◦ green 8 ◦ blue 24

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

Shades of Pohutukawa #5E0818

Tints of Pohutukawa #5E0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 24 (9.77% from 255) = 19.05%

R = 74.6%
G = 6.35%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#5E0818 (or 0x5E0818) is known color: Pohutukawa. HEX triplet: 5E, 08 and 18. RGB value is (94,8,24). Sum of RGB (Red+Green+Blue) = 94+8+24=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0818 is #A1F7E7. Grayscale: #232323. Windows color (decimal): -10614760 or 1575006. OLE color: 1575006.

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

Color convert

RGB 94 8 24 -
CMYK 0 0.91 0.74 0.63
HSL 348.84º 0.84% 0.2% -
HSV(B) 348.84º 0.91% 0.37% -
XYZ 4.87 2.62 1.11 -
YUV 35.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 94 8 24 0 0.91 0.74 0.63 348.84 0.84 0.2
Hex 5E 8 18 0 5B 4A 3F 15D 54 14
Octal 136 10 30 0 133 112 77 535 124 24
Binary 1011110 1000 11000 0 1011011 1001010 111111 101011101 1010100 10100

Color Harmonies of #5E0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0818

Black with #5E0818

Text Example


Text Example

White with #5E0818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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