Html Css Color HEX #48241F Caput Mortuum

📋 copy color: '#48241F'

red 72 ◦ green 36 ◦ blue 31

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

Shades of Caput Mortuum #48241F

Tints of Caput Mortuum #48241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

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

R = 51.8%
G = 25.9%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48241F (or 0x48241F) is known color: Caput Mortuum. HEX triplet: 48, 24 and 1F. RGB value is (72,36,31). Sum of RGB (Red+Green+Blue) = 72+36+31=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48241F is #B7DBE0. Grayscale: #2E2E2E. Windows color (decimal): -12049377 or 2040904. OLE color: 2040904.

HSL color Cylindrical-coordinate representation of color #48241F: hue angle of 7.32º 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 #48241F is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 36 31 -
CMYK 0 0.5 0.57 0.72
HSL 7.32º 0.4% 0.2% -
HSV(B) 7.32º 0.57% 0.28% -
XYZ 3.55 2.74 1.64 -
YUV 46.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 72 36 31 0 0.5 0.57 0.72 7.32 0.4 0.2
Hex 48 24 1F 0 32 39 48 7 28 14
Octal 110 44 37 0 62 71 110 7 50 24
Binary 1001000 100100 11111 0 110010 111001 1001000 111 101000 10100

Color Harmonies of #48241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48241F

Black with #48241F

Text Example


Text Example

White with #48241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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