#60172E

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

Shades of Pohutukawa #60172E

Tints of Pohutukawa #60172E

Color information

#60172E (or 0x60172E) is unknown color: approx Pohutukawa. HEX triplet: 60, 17 and 2E. RGB value is (96,23,46). Sum of RGB (Red+Green+Blue) = 96+23+46=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60172E is #9FE8D1. Grayscale: #2F2F2F. Windows color (decimal): -10479826 or 3020640. OLE color: 3020640.

HSL color Cylindrical-coordinate representation of color #60172E: hue angle of 341.1º 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 #60172E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB962346-
CMYK00.760.520.62
HSL341.1º61.34%23.33%-
HSV(B)341.1º76.04%37.65%-
XYZ5.623.32.92-
YUV47.45127.18162.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=58.18%
G=13.94%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96234600.760.520.62341.161.3423.33
Hex60172E04C343E1553d17
Octal1402756011464765257527
Binary1100000101111011100100110011010011111010101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60172E; }

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

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

<style>
 a { background-color: #60172E; }

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

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

<style>
 span { border-color: #60172E; }

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

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