#612319

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

Shades of Caput Mortuum #612319

Tints of Caput Mortuum #612319

Color information

#612319 (or 0x612319) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 19. RGB value is (97,35,25). Sum of RGB (Red+Green+Blue) = 97+35+25=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612319 is #9EDCE6. Grayscale: #343434. Windows color (decimal): -10411239 or 1647457. OLE color: 1647457.

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

Color convert

RGB973525-
CMYK00.640.740.62
HSL8.33º59.02%23.92%-
HSV(B)8.33º74.23%38.04%-
XYZ5.713.811.36-
YUV52.4112.54159.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=61.78%
G=22.29%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352500.640.740.628.3359.0223.92
Hex6123190404A3E83b18
Octal1414331010011276107330
Binary110000110001111001010000001001010111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612319; }

 p { color: rgb(97,35,25); }

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

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

 a { background-color: rgb(97,35,25); }

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

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

 span { border-color: rgb(97,35,25); }

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