Html Css Color HEX #660007 Burgundy

📋 copy color: '#660007'

red 102 ◦ green 0 ◦ blue 7

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

Shades of Burgundy #660007

Tints of Burgundy #660007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 93.58%
G = 0%
B = 6.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#660007 (or 0x660007) is known color: Burgundy. HEX triplet: 66, 00 and 07. RGB value is (102,0,7). Sum of RGB (Red+Green+Blue) = 102+0+7=109 (14% of max value = 765). Red value is 102 (40.23% from 255 or 93.58% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 102 - color contains mainly: red. Hex color #660007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660007 is #99FFF8. Grayscale: #1F1F1F. Windows color (decimal): -10092537 or 458854. OLE color: 458854.

HSL color Cylindrical-coordinate representation of color #660007: hue angle of 355.88º 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 #660007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 7 -
CMYK 0 1 0.93 0.6
HSL 355.88º 1% 0.2% -
HSV(B) 355.88º 1% 0.4% -
XYZ 5.52 2.84 0.46 -
YUV 31.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 102 0 7 0 1 0.93 0.6 355.88 1 0.2
Hex 66 0 7 0 64 5D 3C 164 64 14
Octal 146 0 7 0 144 135 74 544 144 24
Binary 1100110 0 111 0 1100100 1011101 111100 101100100 1100100 10100

Color Harmonies of #660007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660007

Black with #660007

Text Example


Text Example

White with #660007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660007; }

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

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

background-color css

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

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

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

border-color css

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

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

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