Html Css Color HEX #5E0D13 Pohutukawa

📋 copy color: '#5E0D13'

red 94 ◦ green 13 ◦ blue 19

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

Shades of Pohutukawa #5E0D13

Tints of Pohutukawa #5E0D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.32%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 74.6%
G = 10.32%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#5E0D13 (or 0x5E0D13) is known color: Pohutukawa. HEX triplet: 5E, 0D and 13. RGB value is (94,13,19). Sum of RGB (Red+Green+Blue) = 94+13+19=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0D13 is #A1F2EC. Grayscale: #252525. Windows color (decimal): -10613485 or 1248606. OLE color: 1248606.

HSL color Cylindrical-coordinate representation of color #5E0D13: hue angle of 355.56º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E0D13 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 13 19 -
CMYK 0 0.86 0.80 0.63
HSL 355.56º 0.76% 0.21% -
HSV(B) 355.56º 0.86% 0.37% -
XYZ 4.88 2.71 0.88 -
YUV 37.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 94 13 19 0 0.86 0.80 0.63 355.56 0.76 0.21
Hex 5E D 13 0 56 50 3F 164 4C 15
Octal 136 15 23 0 126 120 77 544 114 25
Binary 1011110 1101 10011 0 1010110 1010000 111111 101100100 1001100 10101

Color Harmonies of #5E0D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D13

Black with #5E0D13

Text Example


Text Example

White with #5E0D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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