Html Css Color HEX #690720 Burgundy

📋 copy color: '#690720'

red 105 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #690720

Tints of Burgundy #690720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 72.92%
G = 4.86%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#690720 (or 0x690720) is known color: Burgundy. HEX triplet: 69, 07 and 20. RGB value is (105,7,32). Sum of RGB (Red+Green+Blue) = 105+7+32=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #690720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690720 is #96F8DF. Grayscale: #272727. Windows color (decimal): -9894112 or 2099049. OLE color: 2099049.

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

Color convert

RGB 105 7 32 -
CMYK 0 0.93 0.70 0.59
HSL 344.69º 0.88% 0.22% -
HSV(B) 344.69º 0.93% 0.41% -
XYZ 6.16 3.26 1.67 -
YUV 39.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 105 7 32 0 0.93 0.70 0.59 344.69 0.88 0.22
Hex 69 7 20 0 5D 46 3B 159 58 16
Octal 151 7 40 0 135 106 73 531 130 26
Binary 1101001 111 100000 0 1011101 1000110 111011 101011001 1011000 10110

Color Harmonies of #690720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690720

Black with #690720

Text Example


Text Example

White with #690720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690720; }

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

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

background-color css

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

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

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

border-color css

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

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

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