#452121

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

Shades of Caput Mortuum #452121

Tints of Caput Mortuum #452121

Color information

#452121 (or 0x452121) is unknown color: approx Caput Mortuum. HEX triplet: 45, 21 and 21. RGB value is (69,33,33). Sum of RGB (Red+Green+Blue) = 69+33+33=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #452121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452121 is #BADEDE. Grayscale: #2B2B2B. Windows color (decimal): -12246751 or 2171205. OLE color: 2171205.

HSL color Cylindrical-coordinate representation of color #452121: hue angle of 0º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452121 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB693333-
CMYK00.520.520.73
HSL35.29%20%-
HSV(B)52.17%27.06%-
XYZ3.272.461.74-
YUV43.76121.93146-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=51.11%
G=24.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69333300.520.520.73035.2920
Hex452121034344902314
Octal10541410646411104324
Binary100010110000110000101101001101001001001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452121; }

 p { color: rgb(69,33,33); }

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

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

 a { background-color: rgb(69,33,33); }

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

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

 span { border-color: rgb(69,33,33); }

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