Html Css Color HEX #691200 Maroon

📋 copy color: '#691200'

red 105 ◦ green 18 ◦ blue 0

#691200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #691200

Tints of Maroon #691200

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 value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691200 (or 0x691200) is known color: 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

RGB 105 18 0 -
CMYK 0 0.83 1 0.59
HSL 10.29º 1% 0.21% -
HSV(B) 10.29º 1% 0.41% -
XYZ 6.04 3.44 0.34 -
YUV 41.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 105 18 0 0 0.83 1 0.59 10.29 1 0.21
Hex 69 12 0 0 53 64 3B A 64 15
Octal 151 22 0 0 123 144 73 12 144 25
Binary 1101001 10010 0 0 1010011 1100100 111011 1010 1100100 10101

Color Harmonies of #691200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691200

Black with #691200

Text Example


Text Example

White with #691200

Text Example


Text Example

HTML Codes & Css Web 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>