#670624

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

Shades of Burgundy #670624

Tints of Burgundy #670624

Color information

#670624 (or 0x670624) is unknown color: approx Burgundy. HEX triplet: 67, 06 and 24. RGB value is (103,6,36). Sum of RGB (Red+Green+Blue) = 103+6+36=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #670624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670624 is #98F9DB. Grayscale: #262626. Windows color (decimal): -10025436 or 2360935. OLE color: 2360935.

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

Color convert

RGB103636-
CMYK00.940.650.60
HSL341.44º88.99%21.37%-
HSV(B)341.44º94.17%40.39%-
XYZ5.983.141.96-
YUV38.42126.64174.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.03%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=71.03%
G=4.14%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10363600.940.650.60341.4488.9921.37
Hex6762405E413C1555915
Octal14764401361017452513125
Binary1100111110100100010111101000001111100101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670624; }

 p { color: rgb(103,6,36); }

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

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

 a { background-color: rgb(103,6,36); }

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

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

 span { border-color: rgb(103,6,36); }

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