Html Css Color HEX #51211A Caput Mortuum

📋 copy color: '#51211A'

red 81 ◦ green 33 ◦ blue 26

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

Shades of Caput Mortuum #51211A

Tints of Caput Mortuum #51211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 57.86%
G = 23.57%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51211A (or 0x51211A) is known color: Caput Mortuum. HEX triplet: 51, 21 and 1A. RGB value is (81,33,26). Sum of RGB (Red+Green+Blue) = 81+33+26=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #51211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51211A is #AEDEE5. Grayscale: #2E2E2E. Windows color (decimal): -11460326 or 1712465. OLE color: 1712465.

HSL color Cylindrical-coordinate representation of color #51211A: hue angle of 7.64º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51211A is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 26 -
CMYK 0 0.59 0.68 0.68
HSL 7.64º 0.51% 0.21% -
HSV(B) 7.64º 0.68% 0.32% -
XYZ 4.12 2.91 1.32 -
YUV 46.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 81 33 26 0 0.59 0.68 0.68 7.64 0.51 0.21
Hex 51 21 1A 0 3B 44 44 8 33 15
Octal 121 41 32 0 73 104 104 10 63 25
Binary 1010001 100001 11010 0 111011 1000100 1000100 1000 110011 10101

Color Harmonies of #51211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51211A

Black with #51211A

Text Example


Text Example

White with #51211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51211A; }

 p { color: rgb(81,33,26); }

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

background-color css

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

 a { background-color: rgb(81,33,26); }

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

border-color css

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

 span { border-color: rgb(81,33,26); }

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