Html Css Color HEX #48231F Caput Mortuum

📋 copy color: '#48231F'

red 72 ◦ green 35 ◦ blue 31

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

Shades of Caput Mortuum #48231F

Tints of Caput Mortuum #48231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 52.17%
G = 25.36%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48231F (or 0x48231F) is known color: Caput Mortuum. HEX triplet: 48, 23 and 1F. RGB value is (72,35,31). Sum of RGB (Red+Green+Blue) = 72+35+31=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231F is #B7DCE0. Grayscale: #2D2D2D. Windows color (decimal): -12049633 or 2040648. OLE color: 2040648.

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

Color convert

RGB 72 35 31 -
CMYK 0 0.51 0.57 0.72
HSL 5.85º 0.4% 0.2% -
HSV(B) 5.85º 0.57% 0.28% -
XYZ 3.52 2.68 1.63 -
YUV 45.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 72 35 31 0 0.51 0.57 0.72 5.85 0.4 0.2
Hex 48 23 1F 0 33 39 48 6 28 14
Octal 110 43 37 0 63 71 110 6 50 24
Binary 1001000 100011 11111 0 110011 111001 1001000 110 101000 10100

Color Harmonies of #48231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48231F

Black with #48231F

Text Example


Text Example

White with #48231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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