#670421

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

Shades of Burgundy #670421

Tints of Burgundy #670421

Color information

#670421 (or 0x670421) is unknown color: approx Burgundy. HEX triplet: 67, 04 and 21. RGB value is (103,4,33). Sum of RGB (Red+Green+Blue) = 103+4+33=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #670421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670421 is #98FBDE. Grayscale: #242424. Windows color (decimal): -10025951 or 2163815. OLE color: 2163815.

HSL color Cylindrical-coordinate representation of color #670421: hue angle of 342.42º degrees, saturation: 0.93, 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 #670421 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB103433-
CMYK00.960.680.60
HSL342.42º92.52%20.98%-
HSV(B)342.42º96.12%40.39%-
XYZ5.913.081.72-
YUV36.91125.8175.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 73.57%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=73.57%
G=2.86%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10343300.960.680.60342.4292.5220.98
Hex67421060443C1565d15
Octal14744101401047452613525
Binary1100111100100001011000001000100111100101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670421; }

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

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

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

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

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

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

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

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