Html Css Color HEX #481F1C Caput Mortuum

📋 copy color: '#481F1C'

red 72 ◦ green 31 ◦ blue 28

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

Shades of Caput Mortuum #481F1C

Tints of Caput Mortuum #481F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.66%

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

R = 54.96%
G = 23.66%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#481F1C (or 0x481F1C) is known color: Caput Mortuum. HEX triplet: 48, 1F and 1C. RGB value is (72,31,28). Sum of RGB (Red+Green+Blue) = 72+31+28=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F1C is #B7E0E3. Grayscale: #2A2A2A. Windows color (decimal): -12050660 or 1843016. OLE color: 1843016.

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

Color convert

RGB 72 31 28 -
CMYK 0 0.57 0.61 0.72
HSL 4.09º 0.44% 0.2% -
HSV(B) 4.09º 0.61% 0.28% -
XYZ 3.37 2.44 1.39 -
YUV 42.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 72 31 28 0 0.57 0.61 0.72 4.09 0.44 0.2
Hex 48 1F 1C 0 39 3D 48 4 2C 14
Octal 110 37 34 0 71 75 110 4 54 24
Binary 1001000 11111 11100 0 111001 111101 1001000 100 101100 10100

Color Harmonies of #481F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F1C

Black with #481F1C

Text Example


Text Example

White with #481F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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