Html Css Color HEX #5E081C Pohutukawa

📋 copy color: '#5E081C'

red 94 ◦ green 8 ◦ blue 28

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

Shades of Pohutukawa #5E081C

Tints of Pohutukawa #5E081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 72.31%
G = 6.15%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.63

RGB Variations

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

Color information

#5E081C (or 0x5E081C) is known color: Pohutukawa. HEX triplet: 5E, 08 and 1C. RGB value is (94,8,28). Sum of RGB (Red+Green+Blue) = 94+8+28=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E081C is #A1F7E3. Grayscale: #242424. Windows color (decimal): -10614756 or 1837150. OLE color: 1837150.

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

Color convert

RGB 94 8 28 -
CMYK 0 0.91 0.70 0.63
HSL 346.05º 0.84% 0.2% -
HSV(B) 346.05º 0.91% 0.37% -
XYZ 4.91 2.64 1.35 -
YUV 35.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 94 8 28 0 0.91 0.70 0.63 346.05 0.84 0.2
Hex 5E 8 1C 0 5B 46 3F 15A 54 14
Octal 136 10 34 0 133 106 77 532 124 24
Binary 1011110 1000 11100 0 1011011 1000110 111111 101011010 1010100 10100

Color Harmonies of #5E081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E081C

Black with #5E081C

Text Example


Text Example

White with #5E081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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