Html Css Color HEX #690310 Burgundy

📋 copy color: '#690310'

red 105 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #690310

Tints of Burgundy #690310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 84.68%
G = 2.42%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690310 (or 0x690310) is known color: Burgundy. HEX triplet: 69, 03 and 10. RGB value is (105,3,16). Sum of RGB (Red+Green+Blue) = 105+3+16=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690310 is #96FCEF. Grayscale: #232323. Windows color (decimal): -9895152 or 1049449. OLE color: 1049449.

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

Color convert

RGB 105 3 16 -
CMYK 0 0.97 0.85 0.59
HSL 352.35º 0.94% 0.21% -
HSV(B) 352.35º 0.97% 0.41% -
XYZ 5.95 3.11 0.78 -
YUV 34.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 105 3 16 0 0.97 0.85 0.59 352.35 0.94 0.21
Hex 69 3 10 0 61 55 3B 160 5E 15
Octal 151 3 20 0 141 125 73 540 136 25
Binary 1101001 11 10000 0 1100001 1010101 111011 101100000 1011110 10101

Color Harmonies of #690310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690310

Black with #690310

Text Example


Text Example

White with #690310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690310; }

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

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

background-color css

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

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

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

border-color css

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

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

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