Html Css Color HEX #51221D Caput Mortuum

📋 copy color: '#51221D'

red 81 ◦ green 34 ◦ blue 29

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

Shades of Caput Mortuum #51221D

Tints of Caput Mortuum #51221D

RGB

 RED value IS 81 (32.03% from 255) = 56.25%

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

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 56.25%
G = 23.61%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51221D (or 0x51221D) is known color: Caput Mortuum. HEX triplet: 51, 22 and 1D. RGB value is (81,34,29). Sum of RGB (Red+Green+Blue) = 81+34+29=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221D is #AEDDE2. Grayscale: #2F2F2F. Windows color (decimal): -11460067 or 1909329. OLE color: 1909329.

HSL color Cylindrical-coordinate representation of color #51221D: hue angle of 5.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51221D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 29 -
CMYK 0 0.58 0.64 0.68
HSL 5.77º 0.47% 0.22% -
HSV(B) 5.77º 0.64% 0.32% -
XYZ 4.19 2.98 1.52 -
YUV 47.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 81 34 29 0 0.58 0.64 0.68 5.77 0.47 0.22
Hex 51 22 1D 0 3A 40 44 6 2F 16
Octal 121 42 35 0 72 100 104 6 57 26
Binary 1010001 100010 11101 0 111010 1000000 1000100 110 101111 10110

Color Harmonies of #51221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51221D

Black with #51221D

Text Example


Text Example

White with #51221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51221D; }

 p { color: rgb(81,34,29); }

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

background-color css

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

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

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

border-color css

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

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

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