#650909

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

Shades of Maroon #650909

Tints of Maroon #650909

Color information

#650909 (or 0x650909) is unknown color: approx Maroon. HEX triplet: 65, 09 and 09. RGB value is (101,9,9). Sum of RGB (Red+Green+Blue) = 101+9+9=119 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.87% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 101 - color contains mainly: red. Hex color #650909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650909 is #9AF6F6. Grayscale: #242424. Windows color (decimal): -10155767 or 592229. OLE color: 592229.

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

Color convert

RGB10199-
CMYK00.910.910.60
HSL83.64%21.57%-
HSV(B)91.09%39.61%-
XYZ5.512.980.54-
YUV36.51112.48174-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.87%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=84.87%
G=7.56%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019900.910.910.60083.6421.57
Hex659905B5B3C05416
Octal1451111013313374012426
Binary1100101100110010101101110110111111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650909; }

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

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

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

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

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

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

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

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