#691103

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

Shades of Maroon #691103

Tints of Maroon #691103

Color information

#691103 (or 0x691103) is unknown color: approx Maroon. HEX triplet: 69, 11 and 03. RGB value is (105,17,3). Sum of RGB (Red+Green+Blue) = 105+17+3=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #691103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691103 is #96EEFC. Grayscale: #292929. Windows color (decimal): -9891581 or 201065. OLE color: 201065.

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

Color convert

RGB105173-
CMYK00.840.970.59
HSL8.24º94.44%21.18%-
HSV(B)8.24º97.14%41.18%-
XYZ6.043.410.43-
YUV41.72106.15173.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=84%
G=13.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10517300.840.970.598.2494.4421.18
Hex69113054613B85e15
Octal1512130124141731013625
Binary110100110001110101010011000011110111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691103; }

 p { color: rgb(105,17,3); }

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

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

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

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

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

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

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