#650A09

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

Shades of Maroon #650A09

Tints of Maroon #650A09

Color information

#650A09 (or 0x650A09) is unknown color: approx Maroon. HEX triplet: 65, 0A and 09. RGB value is (101,10,9). Sum of RGB (Red+Green+Blue) = 101+10+9=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A09 is #9AF5F6. Grayscale: #252525. Windows color (decimal): -10155511 or 592485. OLE color: 592485.

HSL color Cylindrical-coordinate representation of color #650A09: hue angle of 0.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650A09 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101109-
CMYK00.900.910.60
HSL0.65º83.64%21.57%-
HSV(B)0.65º91.09%39.61%-
XYZ5.5230.55-
YUV37.1112.15173.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.17%
GREEN value IS 10 (4.30% from 255) = 8.33%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=84.17%
G=8.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110900.900.910.600.6583.6421.57
Hex65A905A5B3C15416
Octal1451211013213374112426
Binary1100101101010010101101010110111111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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