#660123

Color #660123 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #660123

Tints of Burgundy #660123

Color information

#660123 (or 0x660123) is unknown color: approx Burgundy. HEX triplet: 66, 01 and 23. RGB value is (102,1,35). Sum of RGB (Red+Green+Blue) = 102+1+35=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660123 is #99FEDC. Grayscale: #232323. Windows color (decimal): -10092253 or 2294118. OLE color: 2294118.

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

Color convert

RGB102135-
CMYK00.990.660.6
HSL339.8º98.06%20.2%-
HSV(B)339.8º99.02%40%-
XYZ5.792.971.86-
YUV35.07127.96175.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=73.91%
G=0.72%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10213500.990.660.6339.898.0620.2
Hex66123063423C1546214
Octal14614301431027452414224
Binary11001101100011011000111000010111100101010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660123; }

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

 H1.HeaderClassName
 {
   color: #660123;
 }
 .AnyTagClassName
 {
   color: #660123;
 }
</style>
background-color css

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

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

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

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

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

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