Html Css Color HEX #690213 Burgundy

📋 copy color: '#690213'

red 105 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #690213

Tints of Burgundy #690213

RGB

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

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

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

R = 83.33%
G = 1.59%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690213 (or 0x690213) is known color: Burgundy. HEX triplet: 69, 02 and 13. RGB value is (105,2,19). Sum of RGB (Red+Green+Blue) = 105+2+19=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690213 is #96FDEC. Grayscale: #222222. Windows color (decimal): -9895405 or 1245801. OLE color: 1245801.

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

Color convert

RGB 105 2 19 -
CMYK 0 0.98 0.82 0.59
HSL 350.1º 0.96% 0.21% -
HSV(B) 350.1º 0.98% 0.41% -
XYZ 5.96 3.09 0.9 -
YUV 34.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 105 2 19 0 0.98 0.82 0.59 350.1 0.96 0.21
Hex 69 2 13 0 62 52 3B 15E 60 15
Octal 151 2 23 0 142 122 73 536 140 25
Binary 1101001 10 10011 0 1100010 1010010 111011 101011110 1100000 10101

Color Harmonies of #690213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690213

Black with #690213

Text Example


Text Example

White with #690213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690213; }

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

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

background-color css

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

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

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

border-color css

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

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

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