Html Css Color HEX #482121 Caput Mortuum

📋 copy color: '#482121'

red 72 ◦ green 33 ◦ blue 33

#482121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #482121

Tints of Caput Mortuum #482121

RGB

 RED value IS 72 (28.52% from 255) = 52.17%

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 52.17%
G = 23.91%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#482121 (or 0x482121) is known color: Caput Mortuum. HEX triplet: 48, 21 and 21. RGB value is (72,33,33). Sum of RGB (Red+Green+Blue) = 72+33+33=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482121 is #B7DEDE. Grayscale: #2C2C2C. Windows color (decimal): -12050143 or 2171208. OLE color: 2171208.

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

Color convert

RGB 72 33 33 -
CMYK 0 0.54 0.54 0.72
HSL 0.37% 0.21% -
HSV(B) 0.54% 0.28% -
XYZ 3.49 2.58 1.75 -
YUV 44.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 72 33 33 0 0.54 0.54 0.72 0 0.37 0.21
Hex 48 21 21 0 36 36 48 0 25 15
Octal 110 41 41 0 66 66 110 0 45 25
Binary 1001000 100001 100001 0 110110 110110 1001000 0 100101 10101

Color Harmonies of #482121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482121

Black with #482121

Text Example


Text Example

White with #482121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482121; }

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

 H1.HeaderClassName
 {
   color: #482121;
 }
 .AnyTagClassName
 {
   color: #482121;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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