Html Css Color HEX #690729 Burgundy

📋 copy color: '#690729'

red 105 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #690729

Tints of Burgundy #690729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 68.63%
G = 4.58%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#690729 (or 0x690729) is known color: Burgundy. HEX triplet: 69, 07 and 29. RGB value is (105,7,41). Sum of RGB (Red+Green+Blue) = 105+7+41=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #690729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690729 is #96F8D6. Grayscale: #282828. Windows color (decimal): -9894103 or 2688873. OLE color: 2688873.

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

Color convert

RGB 105 7 41 -
CMYK 0 0.93 0.61 0.59
HSL 339.18º 0.88% 0.22% -
HSV(B) 339.18º 0.93% 0.41% -
XYZ 6.3 3.32 2.41 -
YUV 40.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 105 7 41 0 0.93 0.61 0.59 339.18 0.88 0.22
Hex 69 7 29 0 5D 3D 3B 153 58 16
Octal 151 7 51 0 135 75 73 523 130 26
Binary 1101001 111 101001 0 1011101 111101 111011 101010011 1011000 10110

Color Harmonies of #690729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690729

Black with #690729

Text Example


Text Example

White with #690729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690729; }

 p { color: rgb(105,7,41); }

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

background-color css

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

 a { background-color: rgb(105,7,41); }

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

border-color css

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

 span { border-color: rgb(105,7,41); }

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