Html Css Color HEX #690115 Burgundy

📋 copy color: '#690115'

red 105 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #690115

Tints of Burgundy #690115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 82.68%
G = 0.79%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#690115 (or 0x690115) is known color: Burgundy. HEX triplet: 69, 01 and 15. RGB value is (105,1,21). Sum of RGB (Red+Green+Blue) = 105+1+21=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690115 is #96FEEA. Grayscale: #222222. Windows color (decimal): -9895659 or 1376617. OLE color: 1376617.

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

Color convert

RGB 105 1 21 -
CMYK 0 0.99 0.80 0.59
HSL 348.46º 0.98% 0.21% -
HSV(B) 348.46º 0.99% 0.41% -
XYZ 5.97 3.08 0.99 -
YUV 34.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 105 1 21 0 0.99 0.80 0.59 348.46 0.98 0.21
Hex 69 1 15 0 63 50 3B 15C 62 15
Octal 151 1 25 0 143 120 73 534 142 25
Binary 1101001 1 10101 0 1100011 1010000 111011 101011100 1100010 10101

Color Harmonies of #690115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690115

Black with #690115

Text Example


Text Example

White with #690115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690115; }

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

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

background-color css

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

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

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

border-color css

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

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

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