Html Css Color HEX #51201D Caput Mortuum

📋 copy color: '#51201D'

red 81 ◦ green 32 ◦ blue 29

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

Shades of Caput Mortuum #51201D

Tints of Caput Mortuum #51201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

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

R = 57.04%
G = 22.54%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51201D (or 0x51201D) is known color: Caput Mortuum. HEX triplet: 51, 20 and 1D. RGB value is (81,32,29). Sum of RGB (Red+Green+Blue) = 81+32+29=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51201D is #AEDFE2. Grayscale: #2E2E2E. Windows color (decimal): -11460579 or 1908817. OLE color: 1908817.

HSL color Cylindrical-coordinate representation of color #51201D: hue angle of 3.46º 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 #51201D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 29 -
CMYK 0 0.60 0.64 0.68
HSL 3.46º 0.47% 0.22% -
HSV(B) 3.46º 0.64% 0.32% -
XYZ 4.13 2.87 1.5 -
YUV 46.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 81 32 29 0 0.60 0.64 0.68 3.46 0.47 0.22
Hex 51 20 1D 0 3C 40 44 3 2F 16
Octal 121 40 35 0 74 100 104 3 57 26
Binary 1010001 100000 11101 0 111100 1000000 1000100 11 101111 10110

Color Harmonies of #51201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51201D

Black with #51201D

Text Example


Text Example

White with #51201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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