#691403

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

Shades of Maroon #691403

Tints of Maroon #691403

Color information

#691403 (or 0x691403) is unknown color: approx Maroon. HEX triplet: 69, 14 and 03. RGB value is (105,20,3). Sum of RGB (Red+Green+Blue) = 105+20+3=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691403 is #96EBFC. Grayscale: #2B2B2B. Windows color (decimal): -9890813 or 201833. OLE color: 201833.

HSL color Cylindrical-coordinate representation of color #691403: hue angle of 10º 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 #691403 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB105203-
CMYK00.810.970.59
HSL10º94.44%21.18%-
HSV(B)10º97.14%41.18%-
XYZ6.093.510.44-
YUV43.48105.16171.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.03%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=82.03%
G=15.62%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10520300.810.970.591094.4421.18
Hex69143051613Ba5e15
Octal1512430121141731213625
Binary110100110100110101000111000011110111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691403; }

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

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

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

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

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

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

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

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