Html Css Color HEX #51261B Caput Mortuum

📋 copy color: '#51261B'

red 81 ◦ green 38 ◦ blue 27

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

Shades of Caput Mortuum #51261B

Tints of Caput Mortuum #51261B

RGB

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

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

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

R = 55.48%
G = 26.03%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51261B (or 0x51261B) is known color: Caput Mortuum. HEX triplet: 51, 26 and 1B. RGB value is (81,38,27). Sum of RGB (Red+Green+Blue) = 81+38+27=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261B is #AED9E4. Grayscale: #313131. Windows color (decimal): -11459045 or 1779281. OLE color: 1779281.

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

Color convert

RGB 81 38 27 -
CMYK 0 0.53 0.67 0.68
HSL 12.22º 0.5% 0.21% -
HSV(B) 12.22º 0.67% 0.32% -
XYZ 4.28 3.21 1.43 -
YUV 49.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 81 38 27 0 0.53 0.67 0.68 12.22 0.5 0.21
Hex 51 26 1B 0 35 43 44 C 32 15
Octal 121 46 33 0 65 103 104 14 62 25
Binary 1010001 100110 11011 0 110101 1000011 1000100 1100 110010 10101

Color Harmonies of #51261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51261B

Black with #51261B

Text Example


Text Example

White with #51261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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