Html Css Color HEX #602825 Caput Mortuum

📋 copy color: '#602825'

red 96 ◦ green 40 ◦ blue 37

#602825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #602825

Tints of Caput Mortuum #602825

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 value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#602825 (or 0x602825) is known color: 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

RGB 96 40 37 -
CMYK 0 0.58 0.61 0.62
HSL 3.05º 0.44% 0.26% -
HSV(B) 3.05º 0.61% 0.38% -
XYZ 5.92 4.14 2.24 -
YUV 56.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 96 40 37 0 0.58 0.61 0.62 3.05 0.44 0.26
Hex 60 28 25 0 3A 3D 3E 3 2C 1A
Octal 140 50 45 0 72 75 76 3 54 32
Binary 1100000 101000 100101 0 111010 111101 111110 11 101100 11010

Color Harmonies of #602825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602825

Black with #602825

Text Example


Text Example

White with #602825

Text Example


Text Example

HTML Codes & Css Web 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>