Html Css Color HEX #5E0B0D Pohutukawa

📋 copy color: '#5E0B0D'

red 94 ◦ green 11 ◦ blue 13

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

Shades of Pohutukawa #5E0B0D

Tints of Pohutukawa #5E0B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.32%

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

R = 79.66%
G = 9.32%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#5E0B0D (or 0x5E0B0D) is known color: Pohutukawa. HEX triplet: 5E, 0B and 0D. RGB value is (94,11,13). Sum of RGB (Red+Green+Blue) = 94+11+13=118 (15% of max value = 765). Red value is 94 (37.11% from 255 or 79.66% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0B0D is #A1F4F2. Grayscale: #242424. Windows color (decimal): -10614003 or 854878. OLE color: 854878.

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

Color convert

RGB 94 11 13 -
CMYK 0 0.88 0.86 0.63
HSL 358.55º 0.79% 0.21% -
HSV(B) 358.55º 0.88% 0.37% -
XYZ 4.81 2.65 0.64 -
YUV 36.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 94 11 13 0 0.88 0.86 0.63 358.55 0.79 0.21
Hex 5E B D 0 58 56 3F 167 4F 15
Octal 136 13 15 0 130 126 77 547 117 25
Binary 1011110 1011 1101 0 1011000 1010110 111111 101100111 1001111 10101

Color Harmonies of #5E0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B0D

Black with #5E0B0D

Text Example


Text Example

White with #5E0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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