Html Css Color HEX #690219 Burgundy

📋 copy color: '#690219'

red 105 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #690219

Tints of Burgundy #690219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 79.55%
G = 1.52%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#690219 (or 0x690219) is known color: Burgundy. HEX triplet: 69, 02 and 19. RGB value is (105,2,25). Sum of RGB (Red+Green+Blue) = 105+2+25=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690219 is #96FDE6. Grayscale: #232323. Windows color (decimal): -9895399 or 1639017. OLE color: 1639017.

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

Color convert

RGB 105 2 25 -
CMYK 0 0.98 0.76 0.59
HSL 346.6º 0.96% 0.21% -
HSV(B) 346.6º 0.98% 0.41% -
XYZ 6.02 3.12 1.2 -
YUV 35.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 105 2 25 0 0.98 0.76 0.59 346.6 0.96 0.21
Hex 69 2 19 0 62 4C 3B 15B 60 15
Octal 151 2 31 0 142 114 73 533 140 25
Binary 1101001 10 11001 0 1100010 1001100 111011 101011011 1100000 10101

Color Harmonies of #690219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690219

Black with #690219

Text Example


Text Example

White with #690219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690219; }

 p { color: rgb(105,2,25); }

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

background-color css

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

 a { background-color: rgb(105,2,25); }

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

border-color css

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

 span { border-color: rgb(105,2,25); }

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