#51271F

Color #51271F Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #51271F

Tints of Caput Mortuum #51271F

Color information

#51271F (or 0x51271F) is unknown color: approx Caput Mortuum. HEX triplet: 51, 27 and 1F. RGB value is (81,39,31). Sum of RGB (Red+Green+Blue) = 81+39+31=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51271F is #AED8E0. Grayscale: #323232. Windows color (decimal): -11458785 or 2041681. OLE color: 2041681.

HSL color Cylindrical-coordinate representation of color #51271F: hue angle of 9.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51271F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB813931-
CMYK00.520.620.68
HSL9.6º44.64%21.96%-
HSV(B)9.6º61.73%31.76%-
XYZ4.373.31.7-
YUV50.65116.91149.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=53.64%
G=25.83%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81393100.520.620.689.644.6421.96
Hex51271F0343E44a2d16
Octal121473706476104125526
Binary10100011001111111101101001111101000100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51271F; }

 p { color: rgb(81,39,31); }

 H1.HeaderClassName
 {
   color: #51271F;
 }
 .AnyTagClassName
 {
   color: #51271F;
 }
</style>
background-color css

<style>
 a { background-color: #51271F; }

 a { background-color: rgb(81,39,31); }

 div.DivClassName
 {
   background-color: #51271F;
 }
 .BgClassName
 {
   background-color: #51271F;
 }
</style>
border-color css

<style>
 span { border-color: #51271F; }

 span { border-color: rgb(81,39,31); }

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