#601011

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

Shades of Pohutukawa #601011

Tints of Pohutukawa #601011

Color information

#601011 (or 0x601011) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 11. RGB value is (96,16,17). Sum of RGB (Red+Green+Blue) = 96+16+17=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #601011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601011 is #9FEFEE. Grayscale: #282828. Windows color (decimal): -10481647 or 1118304. OLE color: 1118304.

HSL color Cylindrical-coordinate representation of color #601011: hue angle of 359.25º 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 #601011 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB961617-
CMYK00.830.820.62
HSL359.25º71.43%21.96%-
HSV(B)359.25º83.33%37.65%-
XYZ5.112.90.82-
YUV40.03115167.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=74.42%
G=12.40%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96161700.830.820.62359.2571.4321.96
Hex601011053523E1674716
Octal140202101231227654710726
Binary11000001000010001010100111010010111110101100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601011; }

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

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

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

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

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

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

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

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