#600320

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

Shades of Pohutukawa #600320

Tints of Pohutukawa #600320

Color information

#600320 (or 0x600320) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 20. RGB value is (96,3,32). Sum of RGB (Red+Green+Blue) = 96+3+32=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600320 is #9FFCDF. Grayscale: #222222. Windows color (decimal): -10484960 or 2098016. OLE color: 2098016.

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

Color convert

RGB96332-
CMYK00.970.670.62
HSL341.29º93.94%19.41%-
HSV(B)341.29º96.88%37.65%-
XYZ5.122.661.61-
YUV34.11126.81172.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=73.28%
G=2.29%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9633200.970.670.62341.2993.9419.41
Hex60320061433E1555e13
Octal14034001411037652513623
Binary110000011100000011000011000011111110101010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600320; }

 p { color: rgb(96,3,32); }

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

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

 a { background-color: rgb(96,3,32); }

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

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

 span { border-color: rgb(96,3,32); }

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