Html Css Color HEX #690309 Burgundy

📋 copy color: '#690309'

red 105 ◦ green 3 ◦ blue 9

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

Shades of Burgundy #690309

Tints of Burgundy #690309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.69%

R = 89.74%
G = 2.56%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690309 (or 0x690309) is known color: Burgundy. HEX triplet: 69, 03 and 09. RGB value is (105,3,9). Sum of RGB (Red+Green+Blue) = 105+3+9=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #690309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690309 is #96FCF6. Grayscale: #222222. Windows color (decimal): -9895159 or 590697. OLE color: 590697.

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

Color convert

RGB 105 3 9 -
CMYK 0 0.97 0.91 0.59
HSL 356.47º 0.94% 0.21% -
HSV(B) 356.47º 0.97% 0.41% -
XYZ 5.91 3.09 0.54 -
YUV 34.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 105 3 9 0 0.97 0.91 0.59 356.47 0.94 0.21
Hex 69 3 9 0 61 5B 3B 164 5E 15
Octal 151 3 11 0 141 133 73 544 136 25
Binary 1101001 11 1001 0 1100001 1011011 111011 101100100 1011110 10101

Color Harmonies of #690309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690309

Black with #690309

Text Example


Text Example

White with #690309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690309; }

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

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

background-color css

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

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

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

border-color css

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

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

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