Html Css Color HEX #471D1B Caput Mortuum

📋 copy color: '#471D1B'

red 71 ◦ green 29 ◦ blue 27

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

Shades of Caput Mortuum #471D1B

Tints of Caput Mortuum #471D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

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

R = 55.91%
G = 22.83%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#471D1B (or 0x471D1B) is known color: Caput Mortuum. HEX triplet: 47, 1D and 1B. RGB value is (71,29,27). Sum of RGB (Red+Green+Blue) = 71+29+27=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1B is #B8E2E4. Grayscale: #292929. Windows color (decimal): -12116709 or 1776967. OLE color: 1776967.

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

Color convert

RGB 71 29 27 -
CMYK 0 0.59 0.62 0.72
HSL 2.73º 0.45% 0.19% -
HSV(B) 2.73º 0.62% 0.28% -
XYZ 3.24 2.3 1.31 -
YUV 41.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 71 29 27 0 0.59 0.62 0.72 2.73 0.45 0.19
Hex 47 1D 1B 0 3B 3E 48 3 2D 13
Octal 107 35 33 0 73 76 110 3 55 23
Binary 1000111 11101 11011 0 111011 111110 1001000 11 101101 10011

Color Harmonies of #471D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D1B

Black with #471D1B

Text Example


Text Example

White with #471D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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