#612825

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

Shades of Caput Mortuum #612825

Tints of Caput Mortuum #612825

Color information

#612825 (or 0x612825) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 25. RGB value is (97,40,37). Sum of RGB (Red+Green+Blue) = 97+40+37=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612825 is #9ED7DA. Grayscale: #383838. Windows color (decimal): -10409947 or 2435169. OLE color: 2435169.

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

Color convert

RGB974037-
CMYK00.590.620.62
HSL44.78%26.27%-
HSV(B)61.86%38.04%-
XYZ6.024.192.24-
YUV56.7116.88156.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=55.75%
G=22.99%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97403700.590.620.62344.7826.27
Hex61282503B3E3E32d1a
Octal1415045073767635532
Binary110000110100010010101110111111101111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612825; }

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

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

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

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

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

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

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

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