#650200

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

Shades of Maroon #650200

Tints of Maroon #650200

Color information

#650200 (or 0x650200) is unknown color: approx Maroon. HEX triplet: 65, 02 and 00. RGB value is (101,2,0). Sum of RGB (Red+Green+Blue) = 101+2+0=103 (13% of max value = 765). Red value is 101 (39.84% from 255 or 98.06% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 101 - color contains mainly: red. Hex color #650200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650200 is #9AFDFF. Grayscale: #1F1F1F. Windows color (decimal): -10157568 or 613. OLE color: 613.

HSL color Cylindrical-coordinate representation of color #650200: hue angle of 1.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB10120-
CMYK00.9810.60
HSL1.19º100%19.8%-
HSV(B)1.19º100%39.61%-
XYZ5.392.810.26-
YUV31.37110.3177.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 98.06%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.06%
G=1.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012000.9810.601.1910019.8
Hex6520062643C16414
Octal14520014214474114424
Binary11001011000110001011001001111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650200; }

 p { color: rgb(101,2,0); }

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

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

 a { background-color: rgb(101,2,0); }

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

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

 span { border-color: rgb(101,2,0); }

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