#602313

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

Shades of Caput Mortuum #602313

Tints of Caput Mortuum #602313

Color information

#602313 (or 0x602313) is unknown color: approx Caput Mortuum. HEX triplet: 60, 23 and 13. RGB value is (96,35,19). Sum of RGB (Red+Green+Blue) = 96+35+19=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602313 is #9FDCEC. Grayscale: #333333. Windows color (decimal): -10476781 or 1254240. OLE color: 1254240.

HSL color Cylindrical-coordinate representation of color #602313: hue angle of 12.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602313 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB963519-
CMYK00.640.800.62
HSL12.47º66.96%22.55%-
HSV(B)12.47º80.21%37.65%-
XYZ5.543.741.05-
YUV51.41109.71159.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=64%
G=23.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96351900.640.800.6212.4766.9622.55
Hex602313040503Ec4317
Octal14043230100120761410327
Binary1100000100011100110100000010100001111101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602313; }

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

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

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

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

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

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

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

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