#50281C

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

Shades of Caput Mortuum #50281C

Tints of Caput Mortuum #50281C

Color information

#50281C (or 0x50281C) is unknown color: approx Caput Mortuum. HEX triplet: 50, 28 and 1C. RGB value is (80,40,28). Sum of RGB (Red+Green+Blue) = 80+40+28=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50281C is #AFD7E3. Grayscale: #323232. Windows color (decimal): -11524068 or 1845328. OLE color: 1845328.

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

Color convert

RGB804028-
CMYK00.50.650.69
HSL13.85º48.15%21.18%-
HSV(B)13.85º65%31.37%-
XYZ4.283.311.51-
YUV50.59115.25148.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=54.05%
G=27.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80402800.50.650.6913.8548.1521.18
Hex50281C0324145e3015
Octal1205034062101105166025
Binary101000010100011100011001010000011000101111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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