Html Css Color HEX #5E0B1E Pohutukawa

📋 copy color: '#5E0B1E'

red 94 ◦ green 11 ◦ blue 30

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

Shades of Pohutukawa #5E0B1E

Tints of Pohutukawa #5E0B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 69.63%
G = 8.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E0B1E (or 0x5E0B1E) is known color: Pohutukawa. HEX triplet: 5E, 0B and 1E. RGB value is (94,11,30). Sum of RGB (Red+Green+Blue) = 94+11+30=135 (17% of max value = 765). Red value is 94 (37.11% from 255 or 69.63% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0B1E is #A1F4E1. Grayscale: #252525. Windows color (decimal): -10613986 or 1968990. OLE color: 1968990.

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

Color convert

RGB 94 11 30 -
CMYK 0 0.88 0.68 0.63
HSL 346.27º 0.79% 0.21% -
HSV(B) 346.27º 0.88% 0.37% -
XYZ 4.97 2.71 1.49 -
YUV 37.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 94 11 30 0 0.88 0.68 0.63 346.27 0.79 0.21
Hex 5E B 1E 0 58 44 3F 15A 4F 15
Octal 136 13 36 0 130 104 77 532 117 25
Binary 1011110 1011 11110 0 1011000 1000100 111111 101011010 1001111 10101

Color Harmonies of #5E0B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B1E

Black with #5E0B1E

Text Example


Text Example

White with #5E0B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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