#67021C

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

Shades of Burgundy #67021C

Tints of Burgundy #67021C

Color information

#67021C (or 0x67021C) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 1C. RGB value is (103,2,28). Sum of RGB (Red+Green+Blue) = 103+2+28=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #67021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67021C is #98FDE3. Grayscale: #232323. Windows color (decimal): -10026468 or 1835623. OLE color: 1835623.

HSL color Cylindrical-coordinate representation of color #67021C: hue angle of 344.55º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67021C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB103228-
CMYK00.980.730.60
HSL344.55º96.19%20.59%-
HSV(B)344.55º98.06%40.39%-
XYZ5.823.011.37-
YUV35.16123.96176.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=77.44%
G=1.50%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10322800.980.730.60344.5596.1920.59
Hex6721C062493C1596015
Octal14723401421117453114025
Binary11001111011100011000101001001111100101011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67021C; }

 p { color: rgb(103,2,28); }

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

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

 a { background-color: rgb(103,2,28); }

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

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

 span { border-color: rgb(103,2,28); }

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