Html Css Color HEX #48201D Caput Mortuum

📋 copy color: '#48201D'

red 72 ◦ green 32 ◦ blue 29

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

Shades of Caput Mortuum #48201D

Tints of Caput Mortuum #48201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 54.14%
G = 24.06%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48201D (or 0x48201D) is known color: Caput Mortuum. HEX triplet: 48, 20 and 1D. RGB value is (72,32,29). Sum of RGB (Red+Green+Blue) = 72+32+29=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48201D is #B7DFE2. Grayscale: #2B2B2B. Windows color (decimal): -12050403 or 1908808. OLE color: 1908808.

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

Color convert

RGB 72 32 29 -
CMYK 0 0.56 0.60 0.72
HSL 4.19º 0.43% 0.2% -
HSV(B) 4.19º 0.6% 0.28% -
XYZ 3.41 2.5 1.47 -
YUV 43.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 72 32 29 0 0.56 0.60 0.72 4.19 0.43 0.2
Hex 48 20 1D 0 38 3C 48 4 2B 14
Octal 110 40 35 0 70 74 110 4 53 24
Binary 1001000 100000 11101 0 111000 111100 1001000 100 101011 10100

Color Harmonies of #48201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48201D

Black with #48201D

Text Example


Text Example

White with #48201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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