Html Css Color HEX #690113 Burgundy

📋 copy color: '#690113'

red 105 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #690113

Tints of Burgundy #690113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 84%
G = 0.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690113 (or 0x690113) is known color: Burgundy. HEX triplet: 69, 01 and 13. RGB value is (105,1,19). Sum of RGB (Red+Green+Blue) = 105+1+19=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #690113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690113 is #96FEEC. Grayscale: #222222. Windows color (decimal): -9895661 or 1245545. OLE color: 1245545.

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

Color convert

RGB 105 1 19 -
CMYK 0 0.99 0.82 0.59
HSL 349.62º 0.98% 0.21% -
HSV(B) 349.62º 0.99% 0.41% -
XYZ 5.95 3.07 0.9 -
YUV 34.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 105 1 19 0 0.99 0.82 0.59 349.62 0.98 0.21
Hex 69 1 13 0 63 52 3B 15E 62 15
Octal 151 1 23 0 143 122 73 536 142 25
Binary 1101001 1 10011 0 1100011 1010010 111011 101011110 1100010 10101

Color Harmonies of #690113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690113

Black with #690113

Text Example


Text Example

White with #690113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690113; }

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

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

background-color css

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

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

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

border-color css

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

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

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