#650502

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

Shades of Maroon #650502

Tints of Maroon #650502

Color information

#650502 (or 0x650502) is unknown color: approx Maroon. HEX triplet: 65, 05 and 02. RGB value is (101,5,2). Sum of RGB (Red+Green+Blue) = 101+5+2=108 (14% of max value = 765). Red value is 101 (39.84% from 255 or 93.52% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 101 - color contains mainly: red. Hex color #650502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650502 is #9AFAFD. Grayscale: #212121. Windows color (decimal): -10156798 or 132453. OLE color: 132453.

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

Color convert

RGB10152-
CMYK00.950.980.60
HSL1.82º96.12%20.2%-
HSV(B)1.82º98.02%39.61%-
XYZ5.432.880.33-
YUV33.36110.3176.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 93.52%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=93.52%
G=4.63%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015200.950.980.601.8296.1220.2
Hex655205F623C26014
Octal14552013714274214024
Binary11001011011001011111110001011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650502; }

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

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

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

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

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

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

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

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