Html Css Color HEX #51251A Caput Mortuum

📋 copy color: '#51251A'

red 81 ◦ green 37 ◦ blue 26

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

Shades of Caput Mortuum #51251A

Tints of Caput Mortuum #51251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 56.25%
G = 25.69%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51251A (or 0x51251A) is known color: Caput Mortuum. HEX triplet: 51, 25 and 1A. RGB value is (81,37,26). Sum of RGB (Red+Green+Blue) = 81+37+26=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251A is #AEDAE5. Grayscale: #303030. Windows color (decimal): -11459302 or 1713489. OLE color: 1713489.

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

Color convert

RGB 81 37 26 -
CMYK 0 0.54 0.68 0.68
HSL 12º 0.51% 0.21% -
HSV(B) 12º 0.68% 0.32% -
XYZ 4.24 3.15 1.36 -
YUV 48.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 81 37 26 0 0.54 0.68 0.68 12 0.51 0.21
Hex 51 25 1A 0 36 44 44 C 33 15
Octal 121 45 32 0 66 104 104 14 63 25
Binary 1010001 100101 11010 0 110110 1000100 1000100 1100 110011 10101

Color Harmonies of #51251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51251A

Black with #51251A

Text Example


Text Example

White with #51251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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