Html Css Color HEX #690619 Burgundy

📋 copy color: '#690619'

red 105 ◦ green 6 ◦ blue 25

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

Shades of Burgundy #690619

Tints of Burgundy #690619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 77.21%
G = 4.41%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#690619 (or 0x690619) is known color: Burgundy. HEX triplet: 69, 06 and 19. RGB value is (105,6,25). Sum of RGB (Red+Green+Blue) = 105+6+25=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #690619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690619 is #96F9E6. Grayscale: #252525. Windows color (decimal): -9894375 or 1640041. OLE color: 1640041.

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

Color convert

RGB 105 6 25 -
CMYK 0 0.94 0.76 0.59
HSL 348.48º 0.89% 0.22% -
HSV(B) 348.48º 0.94% 0.41% -
XYZ 6.07 3.2 1.22 -
YUV 37.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 105 6 25 0 0.94 0.76 0.59 348.48 0.89 0.22
Hex 69 6 19 0 5E 4C 3B 15C 59 16
Octal 151 6 31 0 136 114 73 534 131 26
Binary 1101001 110 11001 0 1011110 1001100 111011 101011100 1011001 10110

Color Harmonies of #690619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690619

Black with #690619

Text Example


Text Example

White with #690619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690619; }

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

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

background-color css

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

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

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

border-color css

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

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

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