#601428

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

Shades of Pohutukawa #601428

Tints of Pohutukawa #601428

Color information

#601428 (or 0x601428) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 28. RGB value is (96,20,40). Sum of RGB (Red+Green+Blue) = 96+20+40=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601428 is #9FEBD7. Grayscale: #2C2C2C. Windows color (decimal): -10480600 or 2626656. OLE color: 2626656.

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

Color convert

RGB962040-
CMYK00.790.580.62
HSL344.21º65.52%22.75%-
HSV(B)344.21º79.17%37.65%-
XYZ5.463.142.33-
YUV45125.18164.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=61.54%
G=12.82%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96204000.790.580.62344.2165.5222.75
Hex60142804F3A3E1584217
Octal14024500117727653010227
Binary11000001010010100001001111111010111110101011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601428; }

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

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

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

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

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

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

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

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