#650303

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

Shades of Maroon #650303

Tints of Maroon #650303

Color information

#650303 (or 0x650303) is unknown color: approx Maroon. HEX triplet: 65, 03 and 03. RGB value is (101,3,3). Sum of RGB (Red+Green+Blue) = 101+3+3=107 (14% of max value = 765). Red value is 101 (39.84% from 255 or 94.39% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 101 - color contains mainly: red. Hex color #650303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650303 is #9AFCFC. Grayscale: #202020. Windows color (decimal): -10157309 or 197477. OLE color: 197477.

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

Color convert

RGB10133-
CMYK00.970.970.60
HSL94.23%20.39%-
HSV(B)97.03%39.61%-
XYZ5.422.840.35-
YUV32.3111.47177-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 94.39%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=94.39%
G=2.80%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1013300.970.970.60094.2320.39
Hex6533061613C05e14
Octal14533014114174013624
Binary110010111110110000111000011111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650303; }

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

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

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

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

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

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

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

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