#600316

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

Shades of Pohutukawa #600316

Tints of Pohutukawa #600316

Color information

#600316 (or 0x600316) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 16. RGB value is (96,3,22). Sum of RGB (Red+Green+Blue) = 96+3+22=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600316 is #9FFCE9. Grayscale: #202020. Windows color (decimal): -10484970 or 1442656. OLE color: 1442656.

HSL color Cylindrical-coordinate representation of color #600316: hue angle of 347.74º 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 #600316 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB96322-
CMYK00.970.770.62
HSL347.74º93.94%19.41%-
HSV(B)347.74º96.88%37.65%-
XYZ52.611-
YUV32.97121.81172.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 79.34%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=79.34%
G=2.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632200.970.770.62347.7493.9419.41
Hex603160614D3E15c5e13
Octal14032601411157653413623
Binary11000001110110011000011001101111110101011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600316; }

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

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

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

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

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

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

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

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