#600F21

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

Shades of Pohutukawa #600F21

Tints of Pohutukawa #600F21

Color information

#600F21 (or 0x600F21) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 21. RGB value is (96,15,33). Sum of RGB (Red+Green+Blue) = 96+15+33=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F21 is #9FF0DE. Grayscale: #292929. Windows color (decimal): -10481887 or 2166624. OLE color: 2166624.

HSL color Cylindrical-coordinate representation of color #600F21: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F21 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB961533-
CMYK00.840.660.62
HSL346.67º72.97%21.76%-
HSV(B)346.67º84.38%37.65%-
XYZ5.272.941.73-
YUV41.27123.34167.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=66.67%
G=10.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96153300.840.660.62346.6772.9721.76
Hex60F21054423E15b4916
Octal140174101241027653311126
Binary11000001111100001010101001000010111110101011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F21; }

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

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

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

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

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

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

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

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