Html Css Color HEX #51251C Caput Mortuum

📋 copy color: '#51251C'

red 81 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #51251C

Tints of Caput Mortuum #51251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 55.48%
G = 25.34%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51251C (or 0x51251C) is known color: Caput Mortuum. HEX triplet: 51, 25 and 1C. RGB value is (81,37,28). Sum of RGB (Red+Green+Blue) = 81+37+28=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51251C is #AEDAE3. Grayscale: #313131. Windows color (decimal): -11459300 or 1844561. OLE color: 1844561.

HSL color Cylindrical-coordinate representation of color #51251C: hue angle of 10.19º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51251C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 28 -
CMYK 0 0.54 0.65 0.68
HSL 10.19º 0.49% 0.21% -
HSV(B) 10.19º 0.65% 0.32% -
XYZ 4.26 3.16 1.48 -
YUV 49.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 81 37 28 0 0.54 0.65 0.68 10.19 0.49 0.21
Hex 51 25 1C 0 36 41 44 A 31 15
Octal 121 45 34 0 66 101 104 12 61 25
Binary 1010001 100101 11100 0 110110 1000001 1000100 1010 110001 10101

Color Harmonies of #51251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51251C

Black with #51251C

Text Example


Text Example

White with #51251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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