#5E171F

Color #5E171F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5E171F

Tints of Pohutukawa #5E171F

Color information

#5E171F (or 0x5E171F) is unknown color: approx Pohutukawa. HEX triplet: 5E, 17 and 1F. RGB value is (94,23,31). Sum of RGB (Red+Green+Blue) = 94+23+31=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E171F is #A1E8E0. Grayscale: #2D2D2D. Windows color (decimal): -10610913 or 2037598. OLE color: 2037598.

HSL color Cylindrical-coordinate representation of color #5E171F: hue angle of 353.24º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E171F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB942331-
CMYK00.760.670.63
HSL353.24º60.68%22.94%-
HSV(B)353.24º75.53%36.86%-
XYZ5.173.091.62-
YUV45.14120.02162.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.51%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=63.51%
G=15.54%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94233100.760.670.63353.2460.6822.94
Hex5E171F04C433F1613d17
Octal13627370114103775417527
Binary1011110101111111101001100100001111111110110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,23,31); }

 H1.HeaderClassName
 {
   color: #5E171F;
 }
 .AnyTagClassName
 {
   color: #5E171F;
 }
</style>
background-color css

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

 a { background-color: rgb(94,23,31); }

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

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

 span { border-color: rgb(94,23,31); }

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