#650905

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

Shades of Maroon #650905

Tints of Maroon #650905

Color information

#650905 (or 0x650905) is unknown color: approx Maroon. HEX triplet: 65, 09 and 05. RGB value is (101,9,5). Sum of RGB (Red+Green+Blue) = 101+9+5=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #650905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650905 is #9AF6FA. Grayscale: #242424. Windows color (decimal): -10155771 or 330085. OLE color: 330085.

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

Color convert

RGB10195-
CMYK00.910.950.60
HSL2.5º90.57%20.78%-
HSV(B)2.5º95.05%39.61%-
XYZ5.492.970.43-
YUV36.05110.48174.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 87.83%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=87.83%
G=7.83%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019500.910.950.602.590.5720.78
Hex659505B5F3C35b15
Octal145115013313774313325
Binary1100101100110101011011101111111110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650905; }

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

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

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

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

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

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

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

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