Html Css Color HEX #51231A Caput Mortuum

📋 copy color: '#51231A'

red 81 ◦ green 35 ◦ blue 26

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

Shades of Caput Mortuum #51231A

Tints of Caput Mortuum #51231A

RGB

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

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

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

R = 57.04%
G = 24.65%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51231A (or 0x51231A) is known color: Caput Mortuum. HEX triplet: 51, 23 and 1A. RGB value is (81,35,26). Sum of RGB (Red+Green+Blue) = 81+35+26=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51231A is #AEDCE5. Grayscale: #2F2F2F. Windows color (decimal): -11459814 or 1712977. OLE color: 1712977.

HSL color Cylindrical-coordinate representation of color #51231A: hue angle of 9.82º 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 #51231A is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 26 -
CMYK 0 0.57 0.68 0.68
HSL 9.82º 0.51% 0.21% -
HSV(B) 9.82º 0.68% 0.32% -
XYZ 4.18 3.03 1.34 -
YUV 47.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 81 35 26 0 0.57 0.68 0.68 9.82 0.51 0.21
Hex 51 23 1A 0 39 44 44 A 33 15
Octal 121 43 32 0 71 104 104 12 63 25
Binary 1010001 100011 11010 0 111001 1000100 1000100 1010 110011 10101

Color Harmonies of #51231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51231A

Black with #51231A

Text Example


Text Example

White with #51231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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