#601214

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

Shades of Pohutukawa #601214

Tints of Pohutukawa #601214

Color information

#601214 (or 0x601214) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 14. RGB value is (96,18,20). Sum of RGB (Red+Green+Blue) = 96+18+20=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601214 is #9FEDEB. Grayscale: #292929. Windows color (decimal): -10481132 or 1315424. OLE color: 1315424.

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

Color convert

RGB961820-
CMYK00.810.790.62
HSL358.46º68.42%22.35%-
HSV(B)358.46º81.25%37.65%-
XYZ5.172.970.96-
YUV41.55115.84166.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.64%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=71.64%
G=13.43%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96182000.810.790.62358.4668.4222.35
Hex6012140514F3E1664416
Octal140222401211177654610426
Binary11000001001010100010100011001111111110101100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601214; }

 p { color: rgb(96,18,20); }

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

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

 a { background-color: rgb(96,18,20); }

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

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

 span { border-color: rgb(96,18,20); }

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