Html Css Color HEX #691500 Maroon

📋 copy color: '#691500'

red 105 ◦ green 21 ◦ blue 0

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

Shades of Maroon #691500

Tints of Maroon #691500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691500 (or 0x691500) is known color: Maroon. HEX triplet: 69, 15 and 00. RGB value is (105,21,0). Sum of RGB (Red+Green+Blue) = 105+21+0=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #691500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691500 is #96EAFF. Grayscale: #2B2B2B. Windows color (decimal): -9890560 or 5481. OLE color: 5481.

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

Color convert

RGB 105 21 0 -
CMYK 0 0.80 1 0.59
HSL 12º 1% 0.21% -
HSV(B) 12º 1% 0.41% -
XYZ 6.09 3.54 0.36 -
YUV 43.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 105 21 0 0 0.80 1 0.59 12 1 0.21
Hex 69 15 0 0 50 64 3B C 64 15
Octal 151 25 0 0 120 144 73 14 144 25
Binary 1101001 10101 0 0 1010000 1100100 111011 1100 1100100 10101

Color Harmonies of #691500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691500

Black with #691500

Text Example


Text Example

White with #691500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691500; }

 p { color: rgb(105,21,0); }

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

background-color css

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

 a { background-color: rgb(105,21,0); }

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

border-color css

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

 span { border-color: rgb(105,21,0); }

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