#601013

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

Shades of Pohutukawa #601013

Tints of Pohutukawa #601013

Color information

#601013 (or 0x601013) is unknown color: approx Pohutukawa. HEX triplet: 60, 10 and 13. RGB value is (96,16,19). Sum of RGB (Red+Green+Blue) = 96+16+19=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #601013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601013 is #9FEFEC. Grayscale: #282828. Windows color (decimal): -10481645 or 1249376. OLE color: 1249376.

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

Color convert

RGB961619-
CMYK00.830.800.62
HSL357.75º71.43%21.96%-
HSV(B)357.75º83.33%37.65%-
XYZ5.132.90.91-
YUV40.26116167.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=73.28%
G=12.21%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96161900.830.800.62357.7571.4321.96
Hex601013053503E1664716
Octal140202301231207654610726
Binary11000001000010011010100111010000111110101100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601013; }

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

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

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

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

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

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

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

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