Html Css Color HEX #48201C Caput Mortuum

📋 copy color: '#48201C'

red 72 ◦ green 32 ◦ blue 28

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

Shades of Caput Mortuum #48201C

Tints of Caput Mortuum #48201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 54.55%
G = 24.24%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48201C (or 0x48201C) is known color: Caput Mortuum. HEX triplet: 48, 20 and 1C. RGB value is (72,32,28). Sum of RGB (Red+Green+Blue) = 72+32+28=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48201C is #B7DFE3. Grayscale: #2B2B2B. Windows color (decimal): -12050404 or 1843272. OLE color: 1843272.

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

Color convert

RGB 72 32 28 -
CMYK 0 0.56 0.61 0.72
HSL 5.45º 0.44% 0.2% -
HSV(B) 5.45º 0.61% 0.28% -
XYZ 3.4 2.49 1.4 -
YUV 43.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 72 32 28 0 0.56 0.61 0.72 5.45 0.44 0.2
Hex 48 20 1C 0 38 3D 48 5 2C 14
Octal 110 40 34 0 70 75 110 5 54 24
Binary 1001000 100000 11100 0 111000 111101 1001000 101 101100 10100

Color Harmonies of #48201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48201C

Black with #48201C

Text Example


Text Example

White with #48201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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