#612824

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

Shades of Caput Mortuum #612824

Tints of Caput Mortuum #612824

Color information

#612824 (or 0x612824) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 24. RGB value is (97,40,36). Sum of RGB (Red+Green+Blue) = 97+40+36=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #612824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612824 is #9ED7DB. Grayscale: #383838. Windows color (decimal): -10409948 or 2369633. OLE color: 2369633.

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

Color convert

RGB974036-
CMYK00.590.630.62
HSL3.93º45.86%26.08%-
HSV(B)3.93º62.89%38.04%-
XYZ6.014.192.16-
YUV56.59116.38156.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=56.07%
G=23.12%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97403600.590.630.623.9345.8626.08
Hex61282403B3F3E42e1a
Octal1415044073777645632
Binary1100001101000100100011101111111111111010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612824; }

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

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

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

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

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

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

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

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