#602127

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

Shades of Pohutukawa #602127

Tints of Pohutukawa #602127

Color information

#602127 (or 0x602127) is unknown color: approx Pohutukawa. HEX triplet: 60, 21 and 27. RGB value is (96,33,39). Sum of RGB (Red+Green+Blue) = 96+33+39=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602127 is #9FDED8. Grayscale: #343434. Windows color (decimal): -10477273 or 2564448. OLE color: 2564448.

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

Color convert

RGB963339-
CMYK00.660.590.62
HSL354.29º48.84%25.29%-
HSV(B)354.29º65.62%37.65%-
XYZ5.733.722.34-
YUV52.52120.37159.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=57.14%
G=19.64%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96333900.660.590.62354.2948.8425.29
Hex6021270423B3E1623119
Octal1404147010273765426131
Binary11000001000011001110100001011101111111010110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602127; }

 p { color: rgb(96,33,39); }

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

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

 a { background-color: rgb(96,33,39); }

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

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

 span { border-color: rgb(96,33,39); }

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