#482323

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

Shades of Caput Mortuum #482323

Tints of Caput Mortuum #482323

Color information

#482323 (or 0x482323) is unknown color: approx Caput Mortuum. HEX triplet: 48, 23 and 23. RGB value is (72,35,35). Sum of RGB (Red+Green+Blue) = 72+35+35=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482323 is #B7DCDC. Grayscale: #2E2E2E. Windows color (decimal): -12049629 or 2302792. OLE color: 2302792.

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

Color convert

RGB723535-
CMYK00.510.510.72
HSL34.58%20.98%-
HSV(B)51.39%28.24%-
XYZ3.582.71.92-
YUV46.06121.76146.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 35 (14.06% from 255) = 24.65%
R=50.70%
G=24.65%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353500.510.510.72034.5820.98
Hex482323033334802315
Octal11043430636311004325
Binary100100010001110001101100111100111001000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482323; }

 p { color: rgb(72,35,35); }

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

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

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

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

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

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

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