#602028

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

Shades of Pohutukawa #602028

Tints of Pohutukawa #602028

Color information

#602028 (or 0x602028) is unknown color: approx Pohutukawa. HEX triplet: 60, 20 and 28. RGB value is (96,32,40). Sum of RGB (Red+Green+Blue) = 96+32+40=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602028 is #9FDFD7. Grayscale: #343434. Windows color (decimal): -10477528 or 2629728. OLE color: 2629728.

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

Color convert

RGB963240-
CMYK00.670.580.62
HSL352.5º50%25.1%-
HSV(B)352.5º66.67%37.65%-
XYZ5.723.672.41-
YUV52.05121.2159.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96324000.670.580.62352.55025.1
Hex6020280433A3E1603219
Octal1404050010372765406231
Binary11000001000001010000100001111101011111010110000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602028; }

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

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

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

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

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

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

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

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