#600921

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

Shades of Pohutukawa #600921

Tints of Pohutukawa #600921

Color information

#600921 (or 0x600921) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 21. RGB value is (96,9,33). Sum of RGB (Red+Green+Blue) = 96+9+33=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #600921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600921 is #9FF6DE. Grayscale: #252525. Windows color (decimal): -10483423 or 2165088. OLE color: 2165088.

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

Color convert

RGB96933-
CMYK00.910.660.62
HSL343.45º82.86%20.59%-
HSV(B)343.45º90.62%37.65%-
XYZ5.22.791.7-
YUV37.75125.32169.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=69.57%
G=6.52%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9693300.910.660.62343.4582.8620.59
Hex6092105B423E1575315
Octal140114101331027652712325
Binary11000001001100001010110111000010111110101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600921; }

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

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

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

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

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

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

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

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