Html Css Color HEX #51251D Caput Mortuum

📋 copy color: '#51251D'

red 81 ◦ green 37 ◦ blue 29

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

Shades of Caput Mortuum #51251D

Tints of Caput Mortuum #51251D

RGB

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

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

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

R = 55.1%
G = 25.17%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51251D (or 0x51251D) is known color: Caput Mortuum. HEX triplet: 51, 25 and 1D. RGB value is (81,37,29). Sum of RGB (Red+Green+Blue) = 81+37+29=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251D is #AEDAE2. Grayscale: #313131. Windows color (decimal): -11459299 or 1910097. OLE color: 1910097.

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

Color convert

RGB 81 37 29 -
CMYK 0 0.54 0.64 0.68
HSL 9.23º 0.47% 0.22% -
HSV(B) 9.23º 0.64% 0.32% -
XYZ 4.28 3.16 1.55 -
YUV 49.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 81 37 29 0 0.54 0.64 0.68 9.23 0.47 0.22
Hex 51 25 1D 0 36 40 44 9 2F 16
Octal 121 45 35 0 66 100 104 11 57 26
Binary 1010001 100101 11101 0 110110 1000000 1000100 1001 101111 10110

Color Harmonies of #51251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51251D

Black with #51251D

Text Example


Text Example

White with #51251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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