#651001

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

Shades of Maroon #651001

Tints of Maroon #651001

Color information

#651001 (or 0x651001) is unknown color: approx Maroon. HEX triplet: 65, 10 and 01. RGB value is (101,16,1). Sum of RGB (Red+Green+Blue) = 101+16+1=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #651001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651001 is #9AEFFE. Grayscale: #272727. Windows color (decimal): -10153983 or 69733. OLE color: 69733.

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

Color convert

RGB101161-
CMYK00.840.990.60
HSL98.04%20%-
HSV(B)99.01%39.61%-
XYZ5.563.140.34-
YUV39.7106.16171.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 85.59%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=85.59%
G=13.56%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116100.840.990.60998.0420
Hex65101054633C96214
Octal1452010124143741114224
Binary11001011000010101010011000111111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651001; }

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

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

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

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

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

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

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

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