Html Css Color HEX #690511 Burgundy

📋 copy color: '#690511'

red 105 ◦ green 5 ◦ blue 17

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

Shades of Burgundy #690511

Tints of Burgundy #690511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

 BLUE value IS 17 (7.03% from 255) = 13.39%

R = 82.68%
G = 3.94%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#690511 (or 0x690511) is known color: Burgundy. HEX triplet: 69, 05 and 11. RGB value is (105,5,17). Sum of RGB (Red+Green+Blue) = 105+5+17=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690511 is #96FAEE. Grayscale: #242424. Windows color (decimal): -9894639 or 1115497. OLE color: 1115497.

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

Color convert

RGB 105 5 17 -
CMYK 0 0.95 0.84 0.59
HSL 352.8º 0.91% 0.22% -
HSV(B) 352.8º 0.95% 0.41% -
XYZ 5.98 3.15 0.82 -
YUV 36.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 105 5 17 0 0.95 0.84 0.59 352.8 0.91 0.22
Hex 69 5 11 0 5F 54 3B 161 5B 16
Octal 151 5 21 0 137 124 73 541 133 26
Binary 1101001 101 10001 0 1011111 1010100 111011 101100001 1011011 10110

Color Harmonies of #690511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690511

Black with #690511

Text Example


Text Example

White with #690511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690511; }

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

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

background-color css

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

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

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

border-color css

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

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

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