Html Css Color HEX #512321 Caput Mortuum

📋 copy color: '#512321'

red 81 ◦ green 35 ◦ blue 33

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

Shades of Caput Mortuum #512321

Tints of Caput Mortuum #512321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 54.36%
G = 23.49%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#512321 (or 0x512321) is known color: Caput Mortuum. HEX triplet: 51, 23 and 21. RGB value is (81,35,33). Sum of RGB (Red+Green+Blue) = 81+35+33=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512321 is #AEDCDE. Grayscale: #303030. Windows color (decimal): -11459807 or 2171729. OLE color: 2171729.

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

Color convert

RGB 81 35 33 -
CMYK 0 0.57 0.59 0.68
HSL 2.5º 0.42% 0.22% -
HSV(B) 2.5º 0.59% 0.32% -
XYZ 4.27 3.06 1.8 -
YUV 48.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 81 35 33 0 0.57 0.59 0.68 2.5 0.42 0.22
Hex 51 23 21 0 39 3B 44 2 2A 16
Octal 121 43 41 0 71 73 104 2 52 26
Binary 1010001 100011 100001 0 111001 111011 1000100 10 101010 10110

Color Harmonies of #512321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512321

Black with #512321

Text Example


Text Example

White with #512321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512321; }

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

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

background-color css

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

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

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

border-color css

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

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

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