Html Css Color HEX #660307 Burgundy

📋 copy color: '#660307'

red 102 ◦ green 3 ◦ blue 7

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

Shades of Burgundy #660307

Tints of Burgundy #660307

RGB

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

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

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

R = 91.07%
G = 2.68%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#660307 (or 0x660307) is known color: Burgundy. HEX triplet: 66, 03 and 07. RGB value is (102,3,7). Sum of RGB (Red+Green+Blue) = 102+3+7=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660307 is #99FCF8. Grayscale: #212121. Windows color (decimal): -10091769 or 459622. OLE color: 459622.

HSL color Cylindrical-coordinate representation of color #660307: hue angle of 357.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660307 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 7 -
CMYK 0 0.97 0.93 0.6
HSL 357.58º 0.94% 0.21% -
HSV(B) 357.58º 0.97% 0.4% -
XYZ 5.55 2.91 0.47 -
YUV 33.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 102 3 7 0 0.97 0.93 0.6 357.58 0.94 0.21
Hex 66 3 7 0 61 5D 3C 166 5E 15
Octal 146 3 7 0 141 135 74 546 136 25
Binary 1100110 11 111 0 1100001 1011101 111100 101100110 1011110 10101

Color Harmonies of #660307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660307

Black with #660307

Text Example


Text Example

White with #660307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660307; }

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

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

background-color css

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

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

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

border-color css

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

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

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