#60171F

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

Shades of Pohutukawa #60171F

Tints of Pohutukawa #60171F

Color information

#60171F (or 0x60171F) is unknown color: approx Pohutukawa. HEX triplet: 60, 17 and 1F. RGB value is (96,23,31). Sum of RGB (Red+Green+Blue) = 96+23+31=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60171F is #9FE8E0. Grayscale: #2D2D2D. Windows color (decimal): -10479841 or 2037600. OLE color: 2037600.

HSL color Cylindrical-coordinate representation of color #60171F: hue angle of 353.42º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60171F is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB962331-
CMYK00.760.680.62
HSL353.42º61.34%23.33%-
HSV(B)353.42º76.04%37.65%-
XYZ5.383.21.63-
YUV45.74119.68163.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=64%
G=15.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96233100.760.680.62353.4261.3423.33
Hex60171F04C443E1613d17
Octal14027370114104765417527
Binary1100000101111111101001100100010011111010110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60171F; }

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

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

<style>
 a { background-color: #60171F; }

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

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

<style>
 span { border-color: #60171F; }

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

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