#650A02

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

Shades of Maroon #650A02

Tints of Maroon #650A02

Color information

#650A02 (or 0x650A02) is unknown color: approx Maroon. HEX triplet: 65, 0A and 02. RGB value is (101,10,2). Sum of RGB (Red+Green+Blue) = 101+10+2=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #650A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A02 is #9AF5FD. Grayscale: #242424. Windows color (decimal): -10155518 or 133733. OLE color: 133733.

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

Color convert

RGB101102-
CMYK00.900.980.60
HSL4.85º96.12%20.2%-
HSV(B)4.85º98.02%39.61%-
XYZ5.492.990.35-
YUV36.3108.65174.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 89.38%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=89.38%
G=8.85%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110200.900.980.604.8596.1220.2
Hex65A205A623C56014
Octal145122013214274514024
Binary1100101101010010110101100010111100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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