Html Css Color HEX #5E080D Pohutukawa

📋 copy color: '#5E080D'

red 94 ◦ green 8 ◦ blue 13

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

Shades of Pohutukawa #5E080D

Tints of Pohutukawa #5E080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 81.74%
G = 6.96%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E080D (or 0x5E080D) is known color: Pohutukawa. HEX triplet: 5E, 08 and 0D. RGB value is (94,8,13). Sum of RGB (Red+Green+Blue) = 94+8+13=115 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.74% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 94 - color contains mainly: red. Hex color #5E080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E080D is #A1F7F2. Grayscale: #222222. Windows color (decimal): -10614771 or 854110. OLE color: 854110.

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

Color convert

RGB 94 8 13 -
CMYK 0 0.91 0.86 0.63
HSL 356.51º 0.84% 0.2% -
HSV(B) 356.51º 0.91% 0.37% -
XYZ 4.78 2.58 0.63 -
YUV 34.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 94 8 13 0 0.91 0.86 0.63 356.51 0.84 0.2
Hex 5E 8 D 0 5B 56 3F 165 54 14
Octal 136 10 15 0 133 126 77 545 124 24
Binary 1011110 1000 1101 0 1011011 1010110 111111 101100101 1010100 10100

Color Harmonies of #5E080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E080D

Black with #5E080D

Text Example


Text Example

White with #5E080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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