#5D171F

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

Shades of Pohutukawa #5D171F

Tints of Pohutukawa #5D171F

Color information

#5D171F (or 0x5D171F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 17 and 1F. RGB value is (93,23,31). Sum of RGB (Red+Green+Blue) = 93+23+31=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D171F is #A2E8E0. Grayscale: #2C2C2C. Windows color (decimal): -10676449 or 2037597. OLE color: 2037597.

HSL color Cylindrical-coordinate representation of color #5D171F: hue angle of 353.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D171F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB932331-
CMYK00.750.670.64
HSL353.14º60.34%22.75%-
HSV(B)353.14º75.27%36.47%-
XYZ5.073.041.62-
YUV44.84120.19162.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.27%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=63.27%
G=15.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93233100.750.670.64353.1460.3422.75
Hex5D171F04B43401613c17
Octal135273701131031005417427
Binary10111011011111111010010111000011100000010110000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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