Html Css Color HEX #51241C Caput Mortuum

📋 copy color: '#51241C'

red 81 ◦ green 36 ◦ blue 28

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

Shades of Caput Mortuum #51241C

Tints of Caput Mortuum #51241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 55.86%
G = 24.83%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51241C (or 0x51241C) is known color: Caput Mortuum. HEX triplet: 51, 24 and 1C. RGB value is (81,36,28). Sum of RGB (Red+Green+Blue) = 81+36+28=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51241C is #AEDBE3. Grayscale: #303030. Windows color (decimal): -11459556 or 1844305. OLE color: 1844305.

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

Color convert

RGB 81 36 28 -
CMYK 0 0.56 0.65 0.68
HSL 9.06º 0.49% 0.21% -
HSV(B) 9.06º 0.65% 0.32% -
XYZ 4.23 3.09 1.47 -
YUV 48.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 81 36 28 0 0.56 0.65 0.68 9.06 0.49 0.21
Hex 51 24 1C 0 38 41 44 9 31 15
Octal 121 44 34 0 70 101 104 11 61 25
Binary 1010001 100100 11100 0 111000 1000001 1000100 1001 110001 10101

Color Harmonies of #51241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51241C

Black with #51241C

Text Example


Text Example

White with #51241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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