Html Css Color HEX #471E1B Caput Mortuum

📋 copy color: '#471E1B'

red 71 ◦ green 30 ◦ blue 27

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

Shades of Caput Mortuum #471E1B

Tints of Caput Mortuum #471E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 55.47%
G = 23.44%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#471E1B (or 0x471E1B) is known color: Caput Mortuum. HEX triplet: 47, 1E and 1B. RGB value is (71,30,27). Sum of RGB (Red+Green+Blue) = 71+30+27=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E1B is #B8E1E4. Grayscale: #292929. Windows color (decimal): -12116453 or 1777223. OLE color: 1777223.

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

Color convert

RGB 71 30 27 -
CMYK 0 0.58 0.62 0.72
HSL 4.09º 0.45% 0.19% -
HSV(B) 4.09º 0.62% 0.28% -
XYZ 3.26 2.35 1.32 -
YUV 41.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 71 30 27 0 0.58 0.62 0.72 4.09 0.45 0.19
Hex 47 1E 1B 0 3A 3E 48 4 2D 13
Octal 107 36 33 0 72 76 110 4 55 23
Binary 1000111 11110 11011 0 111010 111110 1001000 100 101101 10011

Color Harmonies of #471E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E1B

Black with #471E1B

Text Example


Text Example

White with #471E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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