Html Css Color HEX #5E111E Pohutukawa

📋 copy color: '#5E111E'

red 94 ◦ green 17 ◦ blue 30

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

Shades of Pohutukawa #5E111E

Tints of Pohutukawa #5E111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 66.67%
G = 12.06%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.63

RGB Variations

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

Color information

#5E111E (or 0x5E111E) is known color: Pohutukawa. HEX triplet: 5E, 11 and 1E. RGB value is (94,17,30). Sum of RGB (Red+Green+Blue) = 94+17+30=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E111E is #A1EEE1. Grayscale: #292929. Windows color (decimal): -10612450 or 1970526. OLE color: 1970526.

HSL color Cylindrical-coordinate representation of color #5E111E: hue angle of 349.87º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E111E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 17 30 -
CMYK 0 0.82 0.68 0.63
HSL 349.87º 0.69% 0.22% -
HSV(B) 349.87º 0.82% 0.37% -
XYZ 5.05 2.87 1.52 -
YUV 41.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 94 17 30 0 0.82 0.68 0.63 349.87 0.69 0.22
Hex 5E 11 1E 0 52 44 3F 15E 45 16
Octal 136 21 36 0 122 104 77 536 105 26
Binary 1011110 10001 11110 0 1010010 1000100 111111 101011110 1000101 10110

Color Harmonies of #5E111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E111E

Black with #5E111E

Text Example


Text Example

White with #5E111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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