Html Css Color HEX #690314 Burgundy

📋 copy color: '#690314'

red 105 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #690314

Tints of Burgundy #690314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 82.03%
G = 2.34%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690314 (or 0x690314) is known color: Burgundy. HEX triplet: 69, 03 and 14. RGB value is (105,3,20). Sum of RGB (Red+Green+Blue) = 105+3+20=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690314 is #96FCEB. Grayscale: #232323. Windows color (decimal): -9895148 or 1311593. OLE color: 1311593.

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

Color convert

RGB 105 3 20 -
CMYK 0 0.97 0.81 0.59
HSL 350º 0.94% 0.21% -
HSV(B) 350º 0.97% 0.41% -
XYZ 5.98 3.12 0.95 -
YUV 35.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 105 3 20 0 0.97 0.81 0.59 350 0.94 0.21
Hex 69 3 14 0 61 51 3B 15E 5E 15
Octal 151 3 24 0 141 121 73 536 136 25
Binary 1101001 11 10100 0 1100001 1010001 111011 101011110 1011110 10101

Color Harmonies of #690314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690314

Black with #690314

Text Example


Text Example

White with #690314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690314; }

 p { color: rgb(105,3,20); }

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

background-color css

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

 a { background-color: rgb(105,3,20); }

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

border-color css

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

 span { border-color: rgb(105,3,20); }

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