Html Css Color HEX #471F1C Caput Mortuum

📋 copy color: '#471F1C'

red 71 ◦ green 31 ◦ blue 28

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

Shades of Caput Mortuum #471F1C

Tints of Caput Mortuum #471F1C

RGB

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

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

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

R = 54.62%
G = 23.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#471F1C (or 0x471F1C) is known color: Caput Mortuum. HEX triplet: 47, 1F and 1C. RGB value is (71,31,28). Sum of RGB (Red+Green+Blue) = 71+31+28=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F1C is #B8E0E3. Grayscale: #2A2A2A. Windows color (decimal): -12116196 or 1843015. OLE color: 1843015.

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

Color convert

RGB 71 31 28 -
CMYK 0 0.56 0.61 0.72
HSL 4.19º 0.43% 0.19% -
HSV(B) 4.19º 0.61% 0.28% -
XYZ 3.3 2.4 1.39 -
YUV 42.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 71 31 28 0 0.56 0.61 0.72 4.19 0.43 0.19
Hex 47 1F 1C 0 38 3D 48 4 2B 13
Octal 107 37 34 0 70 75 110 4 53 23
Binary 1000111 11111 11100 0 111000 111101 1001000 100 101011 10011

Color Harmonies of #471F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F1C

Black with #471F1C

Text Example


Text Example

White with #471F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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