Html Css Color HEX #690613 Burgundy

📋 copy color: '#690613'

red 105 ◦ green 6 ◦ blue 19

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

Shades of Burgundy #690613

Tints of Burgundy #690613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 80.77%
G = 4.62%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690613 (or 0x690613) is known color: Burgundy. HEX triplet: 69, 06 and 13. RGB value is (105,6,19). Sum of RGB (Red+Green+Blue) = 105+6+19=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690613 is #96F9EC. Grayscale: #252525. Windows color (decimal): -9894381 or 1246825. OLE color: 1246825.

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

Color convert

RGB 105 6 19 -
CMYK 0 0.94 0.82 0.59
HSL 352.12º 0.89% 0.22% -
HSV(B) 352.12º 0.94% 0.41% -
XYZ 6.01 3.18 0.91 -
YUV 37.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 105 6 19 0 0.94 0.82 0.59 352.12 0.89 0.22
Hex 69 6 13 0 5E 52 3B 160 59 16
Octal 151 6 23 0 136 122 73 540 131 26
Binary 1101001 110 10011 0 1011110 1010010 111011 101100000 1011001 10110

Color Harmonies of #690613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690613

Black with #690613

Text Example


Text Example

White with #690613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690613; }

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

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

background-color css

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

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

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

border-color css

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

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

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