Html Css Color HEX #691101 Maroon

📋 copy color: '#691101'

red 105 ◦ green 17 ◦ blue 1

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

Shades of Maroon #691101

Tints of Maroon #691101

RGB

 RED value IS 105 (41.41% from 255) = 85.37%

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 85.37%
G = 13.82%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#691101 (or 0x691101) is known color: Maroon. HEX triplet: 69, 11 and 01. RGB value is (105,17,1). Sum of RGB (Red+Green+Blue) = 105+17+1=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #691101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691101 is #96EEFE. Grayscale: #292929. Windows color (decimal): -9891583 or 69993. OLE color: 69993.

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

Color convert

RGB 105 17 1 -
CMYK 0 0.84 0.99 0.59
HSL 9.23º 0.98% 0.21% -
HSV(B) 9.23º 0.99% 0.41% -
XYZ 6.03 3.41 0.37 -
YUV 41.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 105 17 1 0 0.84 0.99 0.59 9.23 0.98 0.21
Hex 69 11 1 0 54 63 3B 9 62 15
Octal 151 21 1 0 124 143 73 11 142 25
Binary 1101001 10001 1 0 1010100 1100011 111011 1001 1100010 10101

Color Harmonies of #691101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691101

Black with #691101

Text Example


Text Example

White with #691101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691101; }

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

 H1.HeaderClassName
 {
   color: #691101;
 }
 .AnyTagClassName
 {
   color: #691101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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