#500101

Color #500101 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #500101

Tints of Seal Brown #500101

Color information

#500101 (or 0x500101) is unknown color: approx Seal Brown. HEX triplet: 50, 01 and 01. RGB value is (80,1,1). Sum of RGB (Red+Green+Blue) = 80+1+1=82 (10% of max value = 765). Red value is 80 (31.64% from 255 or 97.56% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 80 - color contains mainly: red. Hex color #500101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500101 is #AFFEFE. Grayscale: #181818. Windows color (decimal): -11534079 or 65872. OLE color: 65872.

HSL color Cylindrical-coordinate representation of color #500101: hue angle of 0º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB8011-
CMYK00.990.990.69
HSL97.53%15.88%-
HSV(B)98.75%31.37%-
XYZ3.321.730.19-
YUV24.62114.67167.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 97.56%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=97.56%
G=1.22%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal801100.990.990.69097.5315.88
Hex5011063634506210
Octal120110143143105014220
Binary10100001101100011110001110001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500101; }

 p { color: rgb(80,1,1); }

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

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

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

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

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

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

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