Html Css Color HEX #482020 Caput Mortuum

📋 copy color: '#482020'

red 72 ◦ green 32 ◦ blue 32

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

Shades of Caput Mortuum #482020

Tints of Caput Mortuum #482020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.53%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 52.94%
G = 23.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#482020 (or 0x482020) is known color: Caput Mortuum. HEX triplet: 48, 20 and 20. RGB value is (72,32,32). Sum of RGB (Red+Green+Blue) = 72+32+32=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482020 is #B7DFDF. Grayscale: #2C2C2C. Windows color (decimal): -12050400 or 2105416. OLE color: 2105416.

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

Color convert

RGB 72 32 32 -
CMYK 0 0.56 0.56 0.72
HSL 0.38% 0.2% -
HSV(B) 0.56% 0.28% -
XYZ 3.45 2.52 1.67 -
YUV 43.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 72 32 32 0 0.56 0.56 0.72 0 0.38 0.2
Hex 48 20 20 0 38 38 48 0 26 14
Octal 110 40 40 0 70 70 110 0 46 24
Binary 1001000 100000 100000 0 111000 111000 1001000 0 100110 10100

Color Harmonies of #482020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482020

Black with #482020

Text Example


Text Example

White with #482020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482020; }

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

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

background-color css

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

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

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

border-color css

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

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

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