Html Css Color HEX #690326 Burgundy

📋 copy color: '#690326'

red 105 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #690326

Tints of Burgundy #690326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 71.92%
G = 2.05%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#690326 (or 0x690326) is known color: Burgundy. HEX triplet: 69, 03 and 26. RGB value is (105,3,38). Sum of RGB (Red+Green+Blue) = 105+3+38=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690326 is #96FCD9. Grayscale: #252525. Windows color (decimal): -9895130 or 2491241. OLE color: 2491241.

HSL color Cylindrical-coordinate representation of color #690326: hue angle of 339.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690326 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 3 38 -
CMYK 0 0.97 0.64 0.59
HSL 339.41º 0.94% 0.21% -
HSV(B) 339.41º 0.97% 0.41% -
XYZ 6.21 3.21 2.13 -
YUV 37.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 105 3 38 0 0.97 0.64 0.59 339.41 0.94 0.21
Hex 69 3 26 0 61 40 3B 153 5E 15
Octal 151 3 46 0 141 100 73 523 136 25
Binary 1101001 11 100110 0 1100001 1000000 111011 101010011 1011110 10101

Color Harmonies of #690326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690326

Black with #690326

Text Example


Text Example

White with #690326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690326; }

 p { color: rgb(105,3,38); }

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

background-color css

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

 a { background-color: rgb(105,3,38); }

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

border-color css

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

 span { border-color: rgb(105,3,38); }

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