#650505

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

Shades of Maroon #650505

Tints of Maroon #650505

Color information

#650505 (or 0x650505) is unknown color: approx Maroon. HEX triplet: 65, 05 and 05. RGB value is (101,5,5). Sum of RGB (Red+Green+Blue) = 101+5+5=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650505 is #9AFAFA. Grayscale: #212121. Windows color (decimal): -10156795 or 329061. OLE color: 329061.

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

Color convert

RGB10155-
CMYK00.950.950.60
HSL90.57%20.78%-
HSV(B)95.05%39.61%-
XYZ5.452.890.41-
YUV33.7111.8176-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.99%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=90.99%
G=4.50%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1015500.950.950.60090.5720.78
Hex655505F5F3C05b15
Octal14555013713774013325
Binary11001011011010101111110111111111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650505; }

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

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

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

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

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

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

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

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