#670521

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

Shades of Burgundy #670521

Tints of Burgundy #670521

Color information

#670521 (or 0x670521) is unknown color: approx Burgundy. HEX triplet: 67, 05 and 21. RGB value is (103,5,33). Sum of RGB (Red+Green+Blue) = 103+5+33=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670521 is #98FADE. Grayscale: #252525. Windows color (decimal): -10025695 or 2164071. OLE color: 2164071.

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

Color convert

RGB103533-
CMYK00.950.680.60
HSL342.86º90.74%21.18%-
HSV(B)342.86º95.15%40.39%-
XYZ5.923.11.73-
YUV37.49125.47174.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.05%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=73.05%
G=3.55%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10353300.950.680.60342.8690.7421.18
Hex6752105F443C1575b15
Octal14754101371047452713325
Binary1100111101100001010111111000100111100101010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670521; }

 p { color: rgb(103,5,33); }

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

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

 a { background-color: rgb(103,5,33); }

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

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

 span { border-color: rgb(103,5,33); }

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