Html Css Color HEX #481E1C Caput Mortuum

📋 copy color: '#481E1C'

red 72 ◦ green 30 ◦ blue 28

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

Shades of Caput Mortuum #481E1C

Tints of Caput Mortuum #481E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.08%

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

R = 55.38%
G = 23.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#481E1C (or 0x481E1C) is known color: Caput Mortuum. HEX triplet: 48, 1E and 1C. RGB value is (72,30,28). Sum of RGB (Red+Green+Blue) = 72+30+28=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E1C is #B7E1E3. Grayscale: #2A2A2A. Windows color (decimal): -12050916 or 1842760. OLE color: 1842760.

HSL color Cylindrical-coordinate representation of color #481E1C: hue angle of 2.73º 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 #481E1C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 28 -
CMYK 0 0.58 0.61 0.72
HSL 2.73º 0.44% 0.2% -
HSV(B) 2.73º 0.61% 0.28% -
XYZ 3.35 2.39 1.38 -
YUV 42.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 72 30 28 0 0.58 0.61 0.72 2.73 0.44 0.2
Hex 48 1E 1C 0 3A 3D 48 3 2C 14
Octal 110 36 34 0 72 75 110 3 54 24
Binary 1001000 11110 11100 0 111010 111101 1001000 11 101100 10100

Color Harmonies of #481E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E1C

Black with #481E1C

Text Example


Text Example

White with #481E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E1C; }

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

 H1.HeaderClassName
 {
   color: #481E1C;
 }
 .AnyTagClassName
 {
   color: #481E1C;
 }
</style>

background-color css

<style>
 a { background-color: #481E1C; }

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

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

border-color css

<style>
 span { border-color: #481E1C; }

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

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