#601317

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

Shades of Pohutukawa #601317

Tints of Pohutukawa #601317

Color information

#601317 (or 0x601317) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 17. RGB value is (96,19,23). Sum of RGB (Red+Green+Blue) = 96+19+23=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601317 is #9FECE8. Grayscale: #2A2A2A. Windows color (decimal): -10480873 or 1512288. OLE color: 1512288.

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

Color convert

RGB961923-
CMYK00.800.760.62
HSL356.88º66.96%22.55%-
HSV(B)356.88º80.21%37.65%-
XYZ5.213.011.12-
YUV42.48117.01166.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=69.57%
G=13.77%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96192300.800.760.62356.8866.9622.55
Hex6013170504C3E1654317
Octal140232701201147654510327
Binary11000001001110111010100001001100111110101100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601317; }

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

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

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

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

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

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

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

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