#691304

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

Shades of Maroon #691304

Tints of Maroon #691304

Color information

#691304 (or 0x691304) is unknown color: approx Maroon. HEX triplet: 69, 13 and 04. RGB value is (105,19,4). Sum of RGB (Red+Green+Blue) = 105+19+4=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691304 is #96ECFB. Grayscale: #2B2B2B. Windows color (decimal): -9891068 or 267113. OLE color: 267113.

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

Color convert

RGB105194-
CMYK00.820.960.59
HSL8.91º92.66%21.37%-
HSV(B)8.91º96.19%41.18%-
XYZ6.083.480.47-
YUV43105.99172.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.03%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=82.03%
G=14.84%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10519400.820.960.598.9192.6621.37
Hex69134052603B95d15
Octal1512340122140731113525
Binary1101001100111000101001011000001110111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691304; }

 p { color: rgb(105,19,4); }

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

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

 a { background-color: rgb(105,19,4); }

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

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

 span { border-color: rgb(105,19,4); }

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