#601017

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

Shades of Pohutukawa #601017

Tints of Pohutukawa #601017

Color information

#601017 (or 0x601017) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 17. RGB value is (96,16,23). Sum of RGB (Red+Green+Blue) = 96+16+23=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601017 is #9FEFE8. Grayscale: #282828. Windows color (decimal): -10481641 or 1511520. OLE color: 1511520.

HSL color Cylindrical-coordinate representation of color #601017: hue angle of 354.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601017 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB961623-
CMYK00.830.760.62
HSL354.75º71.43%21.96%-
HSV(B)354.75º83.33%37.65%-
XYZ5.162.921.1-
YUV40.72118167.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 23 (9.38% from 255) = 17.04%
R=71.11%
G=11.85%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96162300.830.760.62354.7571.4321.96
Hex6010170534C3E1634716
Octal140202701231147654310726
Binary11000001000010111010100111001100111110101100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601017; }

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

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

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

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

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

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

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

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