Html Css Color HEX #5E112D Pohutukawa

📋 copy color: '#5E112D'

red 94 ◦ green 17 ◦ blue 45

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

Shades of Pohutukawa #5E112D

Tints of Pohutukawa #5E112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.85%

R = 60.26%
G = 10.9%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5E112D (or 0x5E112D) is known color: Pohutukawa. HEX triplet: 5E, 11 and 2D. RGB value is (94,17,45). Sum of RGB (Red+Green+Blue) = 94+17+45=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E112D is #A1EED2. Grayscale: #2B2B2B. Windows color (decimal): -10612435 or 2953566. OLE color: 2953566.

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

Color convert

RGB 94 17 45 -
CMYK 0 0.82 0.52 0.63
HSL 338.18º 0.69% 0.22% -
HSV(B) 338.18º 0.82% 0.37% -
XYZ 5.29 2.97 2.78 -
YUV 43.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 94 17 45 0 0.82 0.52 0.63 338.18 0.69 0.22
Hex 5E 11 2D 0 52 34 3F 152 45 16
Octal 136 21 55 0 122 64 77 522 105 26
Binary 1011110 10001 101101 0 1010010 110100 111111 101010010 1000101 10110

Color Harmonies of #5E112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E112D

Black with #5E112D

Text Example


Text Example

White with #5E112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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