#50251A

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

Shades of Caput Mortuum #50251A

Tints of Caput Mortuum #50251A

Color information

#50251A (or 0x50251A) is unknown color: approx Caput Mortuum. HEX triplet: 50, 25 and 1A. RGB value is (80,37,26). Sum of RGB (Red+Green+Blue) = 80+37+26=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251A is #AFDAE5. Grayscale: #303030. Windows color (decimal): -11524838 or 1713488. OLE color: 1713488.

HSL color Cylindrical-coordinate representation of color #50251A: hue angle of 12.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50251A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB803726-
CMYK00.540.670.69
HSL12.22º50.94%20.78%-
HSV(B)12.22º67.5%31.37%-
XYZ4.163.11.36-
YUV48.6115.25150.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=55.94%
G=25.87%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80372600.540.670.6912.2250.9420.78
Hex50251A0364345c3315
Octal1204532066103105146325
Binary101000010010111010011011010000111000101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50251A; }

 p { color: rgb(80,37,26); }

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

<style>
 a { background-color: #50251A; }

 a { background-color: rgb(80,37,26); }

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

<style>
 span { border-color: #50251A; }

 span { border-color: rgb(80,37,26); }

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