Html Css Color HEX #660009 Burgundy

📋 copy color: '#660009'

red 102 ◦ green 0 ◦ blue 9

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

Shades of Burgundy #660009

Tints of Burgundy #660009

RGB

 RED value IS 102 (40.23% from 255) = 91.89%

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

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

R = 91.89%
G = 0%
B = 8.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#660009 (or 0x660009) is known color: Burgundy. HEX triplet: 66, 00 and 09. RGB value is (102,0,9). Sum of RGB (Red+Green+Blue) = 102+0+9=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660009 is #99FFF6. Grayscale: #1F1F1F. Windows color (decimal): -10092535 or 589926. OLE color: 589926.

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

Color convert

RGB 102 0 9 -
CMYK 0 1 0.91 0.6
HSL 354.71º 1% 0.2% -
HSV(B) 354.71º 1% 0.4% -
XYZ 5.53 2.84 0.52 -
YUV 31.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 102 0 9 0 1 0.91 0.6 354.71 1 0.2
Hex 66 0 9 0 64 5B 3C 163 64 14
Octal 146 0 11 0 144 133 74 543 144 24
Binary 1100110 0 1001 0 1100100 1011011 111100 101100011 1100100 10100

Color Harmonies of #660009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660009

Black with #660009

Text Example


Text Example

White with #660009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660009; }

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

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

background-color css

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

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

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

border-color css

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

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

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