Html Css Color HEX #472222 Caput Mortuum

📋 copy color: '#472222'

red 71 ◦ green 34 ◦ blue 34

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

Shades of Caput Mortuum #472222

Tints of Caput Mortuum #472222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 51.08%
G = 24.46%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#472222 (or 0x472222) is known color: Caput Mortuum. HEX triplet: 47, 22 and 22. RGB value is (71,34,34). Sum of RGB (Red+Green+Blue) = 71+34+34=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472222 is #B8DDDD. Grayscale: #2D2D2D. Windows color (decimal): -12115422 or 2236999. OLE color: 2236999.

HSL color Cylindrical-coordinate representation of color #472222: hue angle of 0º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472222 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 34 -
CMYK 0 0.52 0.52 0.72
HSL 0.35% 0.21% -
HSV(B) 0.52% 0.28% -
XYZ 3.46 2.6 1.83 -
YUV 45.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 71 34 34 0 0.52 0.52 0.72 0 0.35 0.21
Hex 47 22 22 0 34 34 48 0 23 15
Octal 107 42 42 0 64 64 110 0 43 25
Binary 1000111 100010 100010 0 110100 110100 1001000 0 100011 10101

Color Harmonies of #472222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472222

Black with #472222

Text Example


Text Example

White with #472222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472222; }

 p { color: rgb(71,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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