Html Css Color HEX #48201F Caput Mortuum

📋 copy color: '#48201F'

red 72 ◦ green 32 ◦ blue 31

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

Shades of Caput Mortuum #48201F

Tints of Caput Mortuum #48201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 53.33%
G = 23.7%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48201F (or 0x48201F) is known color: Caput Mortuum. HEX triplet: 48, 20 and 1F. RGB value is (72,32,31). Sum of RGB (Red+Green+Blue) = 72+32+31=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48201F is #B7DFE0. Grayscale: #2B2B2B. Windows color (decimal): -12050401 or 2039880. OLE color: 2039880.

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

Color convert

RGB 72 32 31 -
CMYK 0 0.56 0.57 0.72
HSL 1.46º 0.4% 0.2% -
HSV(B) 1.46º 0.57% 0.28% -
XYZ 3.44 2.51 1.6 -
YUV 43.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 72 32 31 0 0.56 0.57 0.72 1.46 0.4 0.2
Hex 48 20 1F 0 38 39 48 1 28 14
Octal 110 40 37 0 70 71 110 1 50 24
Binary 1001000 100000 11111 0 111000 111001 1001000 1 101000 10100

Color Harmonies of #48201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48201F

Black with #48201F

Text Example


Text Example

White with #48201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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