#660423

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

Shades of Burgundy #660423

Tints of Burgundy #660423

Color information

#660423 (or 0x660423) is unknown color: approx Burgundy. HEX triplet: 66, 04 and 23. RGB value is (102,4,35). Sum of RGB (Red+Green+Blue) = 102+4+35=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #660423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660423 is #99FBDC. Grayscale: #242424. Windows color (decimal): -10091485 or 2294886. OLE color: 2294886.

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

Color convert

RGB102435-
CMYK00.960.660.6
HSL341.02º92.45%20.78%-
HSV(B)341.02º96.08%40%-
XYZ5.833.031.87-
YUV36.84126.97174.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=72.34%
G=2.84%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10243500.960.660.6341.0292.4520.78
Hex66423060423C1555c15
Octal14644301401027452513425
Binary1100110100100011011000001000010111100101010101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660423; }

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

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

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

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

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

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

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

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