Html Css Color HEX #690316 Burgundy

📋 copy color: '#690316'

red 105 ◦ green 3 ◦ blue 22

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

Shades of Burgundy #690316

Tints of Burgundy #690316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.92%

R = 80.77%
G = 2.31%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#690316 (or 0x690316) is known color: Burgundy. HEX triplet: 69, 03 and 16. RGB value is (105,3,22). Sum of RGB (Red+Green+Blue) = 105+3+22=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690316 is #96FCE9. Grayscale: #232323. Windows color (decimal): -9895146 or 1442665. OLE color: 1442665.

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

Color convert

RGB 105 3 22 -
CMYK 0 0.97 0.79 0.59
HSL 348.82º 0.94% 0.21% -
HSV(B) 348.82º 0.97% 0.41% -
XYZ 6 3.13 1.05 -
YUV 35.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 105 3 22 0 0.97 0.79 0.59 348.82 0.94 0.21
Hex 69 3 16 0 61 4F 3B 15D 5E 15
Octal 151 3 26 0 141 117 73 535 136 25
Binary 1101001 11 10110 0 1100001 1001111 111011 101011101 1011110 10101

Color Harmonies of #690316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690316

Black with #690316

Text Example


Text Example

White with #690316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690316; }

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

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

background-color css

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

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

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

border-color css

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

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

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