Html Css Color HEX #690013 Burgundy

📋 copy color: '#690013'

red 105 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #690013

Tints of Burgundy #690013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.68%
G = 0%
B = 15.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690013 (or 0x690013) is known color: Burgundy. HEX triplet: 69, 00 and 13. RGB value is (105,0,19). Sum of RGB (Red+Green+Blue) = 105+0+19=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690013 is #96FFEC. Grayscale: #212121. Windows color (decimal): -9895917 or 1245289. OLE color: 1245289.

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

Color convert

RGB 105 0 19 -
CMYK 0 1 0.82 0.59
HSL 349.14º 1% 0.21% -
HSV(B) 349.14º 1% 0.41% -
XYZ 5.94 3.05 0.89 -
YUV 33.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 105 0 19 0 1 0.82 0.59 349.14 1 0.21
Hex 69 0 13 0 64 52 3B 15D 64 15
Octal 151 0 23 0 144 122 73 535 144 25
Binary 1101001 0 10011 0 1100100 1010010 111011 101011101 1100100 10101

Color Harmonies of #690013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690013

Black with #690013

Text Example


Text Example

White with #690013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690013; }

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

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

background-color css

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

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

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

border-color css

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

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

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