#600313

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

Shades of Pohutukawa #600313

Tints of Pohutukawa #600313

Color information

#600313 (or 0x600313) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 13. RGB value is (96,3,19). Sum of RGB (Red+Green+Blue) = 96+3+19=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600313 is #9FFCEC. Grayscale: #202020. Windows color (decimal): -10484973 or 1246048. OLE color: 1246048.

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

Color convert

RGB96319-
CMYK00.970.800.62
HSL349.68º93.94%19.41%-
HSV(B)349.68º96.88%37.65%-
XYZ4.972.60.86-
YUV32.63120.31173.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=81.36%
G=2.54%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9631900.970.800.62349.6893.9419.41
Hex60313061503E15e5e13
Octal14032301411207653613623
Binary11000001110011011000011010000111110101011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600313; }

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

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

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

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

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

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

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

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