#52261D

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

Shades of Caput Mortuum #52261D

Tints of Caput Mortuum #52261D

Color information

#52261D (or 0x52261D) is unknown color: approx Caput Mortuum. HEX triplet: 52, 26 and 1D. RGB value is (82,38,29). Sum of RGB (Red+Green+Blue) = 82+38+29=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52261D is #ADD9E2. Grayscale: #323232. Windows color (decimal): -11393507 or 1910354. OLE color: 1910354.

HSL color Cylindrical-coordinate representation of color #52261D: hue angle of 10.19º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52261D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB823829-
CMYK00.540.650.68
HSL10.19º47.75%21.76%-
HSV(B)10.19º64.63%32.16%-
XYZ4.393.271.56-
YUV50.13116.08150.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=55.03%
G=25.50%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82382900.540.650.6810.1947.7521.76
Hex52261D0364144a3016
Octal1224635066101104126026
Binary101001010011011101011011010000011000100101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52261D; }

 p { color: rgb(82,38,29); }

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

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

 a { background-color: rgb(82,38,29); }

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

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

 span { border-color: rgb(82,38,29); }

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