#601113

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

Shades of Pohutukawa #601113

Tints of Pohutukawa #601113

Color information

#601113 (or 0x601113) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 13. RGB value is (96,17,19). Sum of RGB (Red+Green+Blue) = 96+17+19=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601113 is #9FEEEC. Grayscale: #282828. Windows color (decimal): -10481389 or 1249632. OLE color: 1249632.

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

Color convert

RGB961719-
CMYK00.820.800.62
HSL358.48º69.91%22.16%-
HSV(B)358.48º82.29%37.65%-
XYZ5.142.930.91-
YUV40.85115.67167.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=72.73%
G=12.88%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171900.820.800.62358.4869.9122.16
Hex601113052503E1664616
Octal140212301221207654610626
Binary11000001000110011010100101010000111110101100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601113; }

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

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

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

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

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

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

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

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