Html Css Color HEX #51261C Caput Mortuum

📋 copy color: '#51261C'

red 81 ◦ green 38 ◦ blue 28

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

Shades of Caput Mortuum #51261C

Tints of Caput Mortuum #51261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 55.1%
G = 25.85%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51261C (or 0x51261C) is known color: Caput Mortuum. HEX triplet: 51, 26 and 1C. RGB value is (81,38,28). Sum of RGB (Red+Green+Blue) = 81+38+28=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261C is #AED9E3. Grayscale: #313131. Windows color (decimal): -11459044 or 1844817. OLE color: 1844817.

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

Color convert

RGB 81 38 28 -
CMYK 0 0.53 0.65 0.68
HSL 11.32º 0.49% 0.21% -
HSV(B) 11.32º 0.65% 0.32% -
XYZ 4.3 3.22 1.49 -
YUV 49.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 81 38 28 0 0.53 0.65 0.68 11.32 0.49 0.21
Hex 51 26 1C 0 35 41 44 B 31 15
Octal 121 46 34 0 65 101 104 13 61 25
Binary 1010001 100110 11100 0 110101 1000001 1000100 1011 110001 10101

Color Harmonies of #51261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51261C

Black with #51261C

Text Example


Text Example

White with #51261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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