Html Css Color HEX #660104 Burgundy

📋 copy color: '#660104'

red 102 ◦ green 1 ◦ blue 4

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

Shades of Burgundy #660104

Tints of Burgundy #660104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 4 (1.95% from 255) = 3.74%

R = 95.33%
G = 0.93%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#660104 (or 0x660104) is known color: Burgundy. HEX triplet: 66, 01 and 04. RGB value is (102,1,4). Sum of RGB (Red+Green+Blue) = 102+1+4=107 (14% of max value = 765). Red value is 102 (40.23% from 255 or 95.33% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 102 - color contains mainly: red. Hex color #660104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660104 is #99FEFB. Grayscale: #1F1F1F. Windows color (decimal): -10092284 or 262502. OLE color: 262502.

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

Color convert

RGB 102 1 4 -
CMYK 0 0.99 0.96 0.6
HSL 358.22º 0.98% 0.2% -
HSV(B) 358.22º 0.99% 0.4% -
XYZ 5.51 2.86 0.38 -
YUV 31.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 102 1 4 0 0.99 0.96 0.6 358.22 0.98 0.2
Hex 66 1 4 0 63 60 3C 166 62 14
Octal 146 1 4 0 143 140 74 546 142 24
Binary 1100110 1 100 0 1100011 1100000 111100 101100110 1100010 10100

Color Harmonies of #660104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660104

Black with #660104

Text Example


Text Example

White with #660104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660104; }

 p { color: rgb(102,1,4); }

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

background-color css

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

 a { background-color: rgb(102,1,4); }

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

border-color css

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

 span { border-color: rgb(102,1,4); }

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