Html Css Color HEX #471E1C Caput Mortuum

📋 copy color: '#471E1C'

red 71 ◦ green 30 ◦ blue 28

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

Shades of Caput Mortuum #471E1C

Tints of Caput Mortuum #471E1C

RGB

 RED value IS 71 (28.13% from 255) = 55.04%

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

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

R = 55.04%
G = 23.26%
B = 21.71%

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

#471E1C (or 0x471E1C) is known color: Caput Mortuum. HEX triplet: 47, 1E and 1C. RGB value is (71,30,28). Sum of RGB (Red+Green+Blue) = 71+30+28=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1C is #B8E1E3. Grayscale: #2A2A2A. Windows color (decimal): -12116452 or 1842759. OLE color: 1842759.

HSL color Cylindrical-coordinate representation of color #471E1C: hue angle of 2.79º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471E1C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 28 -
CMYK 0 0.58 0.61 0.72
HSL 2.79º 0.43% 0.19% -
HSV(B) 2.79º 0.61% 0.28% -
XYZ 3.27 2.35 1.38 -
YUV 42.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 71 30 28 0 0.58 0.61 0.72 2.79 0.43 0.19
Hex 47 1E 1C 0 3A 3D 48 3 2B 13
Octal 107 36 34 0 72 75 110 3 53 23
Binary 1000111 11110 11100 0 111010 111101 1001000 11 101011 10011

Color Harmonies of #471E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E1C

Black with #471E1C

Text Example


Text Example

White with #471E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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