#600115

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

Shades of Pohutukawa #600115

Tints of Pohutukawa #600115

Color information

#600115 (or 0x600115) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 15. RGB value is (96,1,21). Sum of RGB (Red+Green+Blue) = 96+1+21=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600115 is #9FFEEA. Grayscale: #1F1F1F. Windows color (decimal): -10485483 or 1376608. OLE color: 1376608.

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

Color convert

RGB96121-
CMYK00.990.780.62
HSL347.37º97.94%19.02%-
HSV(B)347.37º98.96%37.65%-
XYZ4.972.560.94-
YUV31.68121.97173.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=81.36%
G=0.85%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612100.990.780.62347.3797.9419.02
Hex601150634E3E15b6213
Octal14012501431167653314223
Binary1100000110101011000111001110111110101011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600115; }

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

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

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

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

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

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

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

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