#650902

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

Shades of Maroon #650902

Tints of Maroon #650902

Color information

#650902 (or 0x650902) is unknown color: approx Maroon. HEX triplet: 65, 09 and 02. RGB value is (101,9,2). Sum of RGB (Red+Green+Blue) = 101+9+2=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #650902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650902 is #9AF6FD. Grayscale: #232323. Windows color (decimal): -10155774 or 133477. OLE color: 133477.

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

Color convert

RGB10192-
CMYK00.910.980.60
HSL4.24º96.12%20.2%-
HSV(B)4.24º98.02%39.61%-
XYZ5.482.970.34-
YUV35.71108.98174.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.18%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=90.18%
G=8.04%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019200.910.980.604.2496.1220.2
Hex659205B623C46014
Octal145112013314274414024
Binary1100101100110010110111100010111100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650902; }

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

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

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

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

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

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

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

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