#650701

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

Shades of Maroon #650701

Tints of Maroon #650701

Color information

#650701 (or 0x650701) is unknown color: approx Maroon. HEX triplet: 65, 07 and 01. RGB value is (101,7,1). Sum of RGB (Red+Green+Blue) = 101+7+1=109 (14% of max value = 765). Red value is 101 (39.84% from 255 or 92.66% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 101 - color contains mainly: red. Hex color #650701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650701 is #9AF8FE. Grayscale: #222222. Windows color (decimal): -10156287 or 67429. OLE color: 67429.

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

Color convert

RGB10171-
CMYK00.930.990.60
HSL3.6º98.04%20%-
HSV(B)3.6º99.01%39.61%-
XYZ5.452.920.31-
YUV34.42109.14175.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 92.66%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=92.66%
G=6.42%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1017100.930.990.603.698.0420
Hex657105D633C46214
Octal14571013514374414224
Binary11001011111010111011100011111100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650701; }

 p { color: rgb(101,7,1); }

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

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

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

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

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

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

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