#602825

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

Shades of Caput Mortuum #602825

Tints of Caput Mortuum #602825

Color information

#602825 (or 0x602825) is unknown color: approx Caput Mortuum. HEX triplet: 60, 28 and 25. RGB value is (96,40,37). Sum of RGB (Red+Green+Blue) = 96+40+37=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602825 is #9FD7DA. Grayscale: #383838. Windows color (decimal): -10475483 or 2435168. OLE color: 2435168.

HSL color Cylindrical-coordinate representation of color #602825: hue angle of 3.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602825 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB964037-
CMYK00.580.610.62
HSL3.05º44.36%26.08%-
HSV(B)3.05º61.46%37.65%-
XYZ5.924.142.24-
YUV56.4117.05156.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=55.49%
G=23.12%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96403700.580.610.623.0544.3626.08
Hex60282503A3D3E32c1a
Octal1405045072757635432
Binary110000010100010010101110101111011111101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602825; }

 p { color: rgb(96,40,37); }

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

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

 a { background-color: rgb(96,40,37); }

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

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

 span { border-color: rgb(96,40,37); }

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