Html Css Color HEX #5E112E Pohutukawa

📋 copy color: '#5E112E'

red 94 ◦ green 17 ◦ blue 46

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

Shades of Pohutukawa #5E112E

Tints of Pohutukawa #5E112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 59.87%
G = 10.83%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E112E (or 0x5E112E) is known color: Pohutukawa. HEX triplet: 5E, 11 and 2E. RGB value is (94,17,46). Sum of RGB (Red+Green+Blue) = 94+17+46=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E112E is #A1EED1. Grayscale: #2B2B2B. Windows color (decimal): -10612434 or 3019102. OLE color: 3019102.

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

Color convert

RGB 94 17 46 -
CMYK 0 0.82 0.51 0.63
HSL 337.4º 0.69% 0.22% -
HSV(B) 337.4º 0.82% 0.37% -
XYZ 5.31 2.98 2.88 -
YUV 43.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 94 17 46 0 0.82 0.51 0.63 337.4 0.69 0.22
Hex 5E 11 2E 0 52 33 3F 151 45 16
Octal 136 21 56 0 122 63 77 521 105 26
Binary 1011110 10001 101110 0 1010010 110011 111111 101010001 1000101 10110

Color Harmonies of #5E112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E112E

Black with #5E112E

Text Example


Text Example

White with #5E112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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