#50251C

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

Shades of Caput Mortuum #50251C

Tints of Caput Mortuum #50251C

Color information

#50251C (or 0x50251C) is unknown color: approx Caput Mortuum. HEX triplet: 50, 25 and 1C. RGB value is (80,37,28). Sum of RGB (Red+Green+Blue) = 80+37+28=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50251C is #AFDAE3. Grayscale: #303030. Windows color (decimal): -11524836 or 1844560. OLE color: 1844560.

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

Color convert

RGB803728-
CMYK00.540.650.69
HSL10.38º48.15%21.18%-
HSV(B)10.38º65%31.37%-
XYZ4.183.111.48-
YUV48.83116.25150.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=55.17%
G=25.52%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80372800.540.650.6910.3848.1521.18
Hex50251C0364145a3015
Octal1204534066101105126025
Binary101000010010111100011011010000011000101101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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