Html Css Color HEX #51231C Caput Mortuum

📋 copy color: '#51231C'

red 81 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #51231C

Tints of Caput Mortuum #51231C

RGB

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

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

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

R = 56.25%
G = 24.31%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51231C (or 0x51231C) is known color: Caput Mortuum. HEX triplet: 51, 23 and 1C. RGB value is (81,35,28). Sum of RGB (Red+Green+Blue) = 81+35+28=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51231C is #AEDCE3. Grayscale: #303030. Windows color (decimal): -11459812 or 1844049. OLE color: 1844049.

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

Color convert

RGB 81 35 28 -
CMYK 0 0.57 0.65 0.68
HSL 7.92º 0.49% 0.21% -
HSV(B) 7.92º 0.65% 0.32% -
XYZ 4.2 3.04 1.46 -
YUV 47.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 81 35 28 0 0.57 0.65 0.68 7.92 0.49 0.21
Hex 51 23 1C 0 39 41 44 8 31 15
Octal 121 43 34 0 71 101 104 10 61 25
Binary 1010001 100011 11100 0 111001 1000001 1000100 1000 110001 10101

Color Harmonies of #51231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51231C

Black with #51231C

Text Example


Text Example

White with #51231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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