#650A00

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

Shades of Maroon #650A00

Tints of Maroon #650A00

Color information

#650A00 (or 0x650A00) is unknown color: approx Maroon. HEX triplet: 65, 0A and 00. RGB value is (101,10,0). Sum of RGB (Red+Green+Blue) = 101+10+0=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A00 is #9AF5FF. Grayscale: #242424. Windows color (decimal): -10155520 or 2661. OLE color: 2661.

HSL color Cylindrical-coordinate representation of color #650A00: hue angle of 5.94º 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 #650A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101100-
CMYK00.9010.60
HSL5.94º100%19.8%-
HSV(B)5.94º100%39.61%-
XYZ5.482.980.29-
YUV36.07107.65174.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.99%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.99%
G=9.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110000.9010.605.9410019.8
Hex65A005A643C66414
Octal145120013214474614424
Binary110010110100010110101100100111100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A00; }

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

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

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

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

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

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

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

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