Html Css Color HEX #51241B Caput Mortuum

📋 copy color: '#51241B'

red 81 ◦ green 36 ◦ blue 27

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

Shades of Caput Mortuum #51241B

Tints of Caput Mortuum #51241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51241B (or 0x51241B) is known color: Caput Mortuum. HEX triplet: 51, 24 and 1B. RGB value is (81,36,27). Sum of RGB (Red+Green+Blue) = 81+36+27=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51241B is #AEDBE4. Grayscale: #303030. Windows color (decimal): -11459557 or 1778769. OLE color: 1778769.

HSL color Cylindrical-coordinate representation of color #51241B: hue angle of 10º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51241B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 36 27 -
CMYK 0 0.56 0.67 0.68
HSL 10º 0.5% 0.21% -
HSV(B) 10º 0.67% 0.32% -
XYZ 4.22 3.09 1.41 -
YUV 48.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 81 36 27 0 0.56 0.67 0.68 10 0.5 0.21
Hex 51 24 1B 0 38 43 44 A 32 15
Octal 121 44 33 0 70 103 104 12 62 25
Binary 1010001 100100 11011 0 111000 1000011 1000100 1010 110010 10101

Color Harmonies of #51241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51241B

Black with #51241B

Text Example


Text Example

White with #51241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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