#201500

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

Shades of Maire #201500

Tints of Maire #201500

Color information

#201500 (or 0x201500) is unknown color: approx Maire. HEX triplet: 20, 15 and 00. RGB value is (32,21,0). Sum of RGB (Red+Green+Blue) = 32+21+0=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201500 is #DFEAFF. Grayscale: #151515. Windows color (decimal): -14674688 or 5408. OLE color: 5408.

HSL color Cylindrical-coordinate representation of color #201500: hue angle of 39.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB32210-
CMYK00.3410.87
HSL39.38º100%6.27%-
HSV(B)39.38º100%12.55%-
XYZ0.860.840.12-
YUV21.9115.64135.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.38%
G=39.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3221000.3410.8739.381006.27
Hex20150022645727646
Octal40250042144127471446
Binary1000001010100100010110010010101111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201500; }

 p { color: rgb(32,21,0); }

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

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

 a { background-color: rgb(32,21,0); }

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

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

 span { border-color: rgb(32,21,0); }

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