#600215

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

Shades of Pohutukawa #600215

Tints of Pohutukawa #600215

Color information

#600215 (or 0x600215) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 15. RGB value is (96,2,21). Sum of RGB (Red+Green+Blue) = 96+2+21=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600215 is #9FFDEA. Grayscale: #202020. Windows color (decimal): -10485227 or 1376864. OLE color: 1376864.

HSL color Cylindrical-coordinate representation of color #600215: hue angle of 347.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600215 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB96221-
CMYK00.980.780.62
HSL347.87º95.92%19.22%-
HSV(B)347.87º97.92%37.65%-
XYZ4.982.580.95-
YUV32.27121.64173.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80.67%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=80.67%
G=1.68%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622100.980.780.62347.8795.9219.22
Hex602150624E3E15c6013
Octal14022501421167653414023
Binary11000001010101011000101001110111110101011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600215; }

 p { color: rgb(96,2,21); }

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

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

 a { background-color: rgb(96,2,21); }

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

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

 span { border-color: rgb(96,2,21); }

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