#691200

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

Shades of Maroon #691200

Tints of Maroon #691200

Color information

#691200 (or 0x691200) is unknown color: approx Maroon. HEX triplet: 69, 12 and 00. RGB value is (105,18,0). Sum of RGB (Red+Green+Blue) = 105+18+0=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #691200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691200 is #96EDFF. Grayscale: #2A2A2A. Windows color (decimal): -9891328 or 4713. OLE color: 4713.

HSL color Cylindrical-coordinate representation of color #691200: hue angle of 10.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #691200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB105180-
CMYK00.8310.59
HSL10.29º100%20.59%-
HSV(B)10.29º100%41.18%-
XYZ6.043.440.34-
YUV41.96104.32172.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 85.37%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.37%
G=14.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10518000.8310.5910.2910020.59
Hex69120053643Ba6415
Octal1512200123144731214425
Binary11010011001000101001111001001110111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691200; }

 p { color: rgb(105,18,0); }

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

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

 a { background-color: rgb(105,18,0); }

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

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

 span { border-color: rgb(105,18,0); }

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