#691302

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

Shades of Maroon #691302

Tints of Maroon #691302

Color information

#691302 (or 0x691302) is unknown color: approx Maroon. HEX triplet: 69, 13 and 02. RGB value is (105,19,2). Sum of RGB (Red+Green+Blue) = 105+19+2=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #691302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691302 is #96ECFD. Grayscale: #2A2A2A. Windows color (decimal): -9891070 or 136041. OLE color: 136041.

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

Color convert

RGB105192-
CMYK00.820.980.59
HSL9.9º96.26%20.98%-
HSV(B)9.9º98.1%41.18%-
XYZ6.073.470.41-
YUV42.78104.99172.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 83.33%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=83.33%
G=15.08%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10519200.820.980.599.996.2620.98
Hex69132052623Ba6015
Octal1512320122142731214025
Binary110100110011100101001011000101110111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691302; }

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

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

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

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

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

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

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

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