Html Css Color HEX #691502 Maroon

📋 copy color: '#691502'

red 105 ◦ green 21 ◦ blue 2

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

Shades of Maroon #691502

Tints of Maroon #691502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 82.03%
G = 16.41%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#691502 (or 0x691502) is known color: Maroon. HEX triplet: 69, 15 and 02. RGB value is (105,21,2). Sum of RGB (Red+Green+Blue) = 105+21+2=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #691502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691502 is #96EAFD. Grayscale: #2C2C2C. Windows color (decimal): -9890558 or 136553. OLE color: 136553.

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

Color convert

RGB 105 21 2 -
CMYK 0 0.80 0.98 0.59
HSL 11.07º 0.96% 0.21% -
HSV(B) 11.07º 0.98% 0.41% -
XYZ 6.1 3.54 0.42 -
YUV 43.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 105 21 2 0 0.80 0.98 0.59 11.07 0.96 0.21
Hex 69 15 2 0 50 62 3B B 60 15
Octal 151 25 2 0 120 142 73 13 140 25
Binary 1101001 10101 10 0 1010000 1100010 111011 1011 1100000 10101

Color Harmonies of #691502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691502

Black with #691502

Text Example


Text Example

White with #691502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691502; }

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

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

background-color css

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

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

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

border-color css

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

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

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