Html Css Color HEX #691300 Maroon

📋 copy color: '#691300'

red 105 ◦ green 19 ◦ blue 0

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

Shades of Maroon #691300

Tints of Maroon #691300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 84.68%
G = 15.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691300 (or 0x691300) is known color: Maroon. HEX triplet: 69, 13 and 00. RGB value is (105,19,0). Sum of RGB (Red+Green+Blue) = 105+19+0=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #691300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691300 is #96ECFF. Grayscale: #2A2A2A. Windows color (decimal): -9891072 or 4969. OLE color: 4969.

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

Color convert

RGB 105 19 0 -
CMYK 0 0.82 1 0.59
HSL 10.86º 1% 0.21% -
HSV(B) 10.86º 1% 0.41% -
XYZ 6.06 3.47 0.35 -
YUV 42.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 105 19 0 0 0.82 1 0.59 10.86 1 0.21
Hex 69 13 0 0 52 64 3B B 64 15
Octal 151 23 0 0 122 144 73 13 144 25
Binary 1101001 10011 0 0 1010010 1100100 111011 1011 1100100 10101

Color Harmonies of #691300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691300

Black with #691300

Text Example


Text Example

White with #691300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691300; }

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

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

background-color css

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

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

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

border-color css

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

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

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