Html Css Color HEX #690009 Burgundy

📋 copy color: '#690009'

red 105 ◦ green 0 ◦ blue 9

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

Shades of Burgundy #690009

Tints of Burgundy #690009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.11%
G = 0%
B = 7.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690009 (or 0x690009) is known color: Burgundy. HEX triplet: 69, 00 and 09. RGB value is (105,0,9). Sum of RGB (Red+Green+Blue) = 105+0+9=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690009 is #96FFF6. Grayscale: #202020. Windows color (decimal): -9895927 or 589929. OLE color: 589929.

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

Color convert

RGB 105 0 9 -
CMYK 0 1 0.91 0.59
HSL 354.86º 1% 0.21% -
HSV(B) 354.86º 1% 0.41% -
XYZ 5.88 3.02 0.53 -
YUV 32.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 105 0 9 0 1 0.91 0.59 354.86 1 0.21
Hex 69 0 9 0 64 5B 3B 163 64 15
Octal 151 0 11 0 144 133 73 543 144 25
Binary 1101001 0 1001 0 1100100 1011011 111011 101100011 1100100 10101

Color Harmonies of #690009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690009

Black with #690009

Text Example


Text Example

White with #690009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690009; }

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

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

background-color css

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

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

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

border-color css

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

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

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