#600821

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

Shades of Pohutukawa #600821

Tints of Pohutukawa #600821

Color information

#600821 (or 0x600821) is unknown color: approx Pohutukawa. HEX triplet: 60, 08 and 21. RGB value is (96,8,33). Sum of RGB (Red+Green+Blue) = 96+8+33=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600821 is #9FF7DE. Grayscale: #252525. Windows color (decimal): -10483679 or 2164832. OLE color: 2164832.

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

Color convert

RGB96833-
CMYK00.920.660.62
HSL342.95º84.62%20.39%-
HSV(B)342.95º91.67%37.65%-
XYZ5.192.771.7-
YUV37.16125.65169.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=70.07%
G=5.84%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683300.920.660.62342.9584.6220.39
Hex6082105C423E1575514
Octal140104101341027652712524
Binary11000001000100001010111001000010111110101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600821; }

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

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

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

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

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

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

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

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