#67021E

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

Shades of Burgundy #67021E

Tints of Burgundy #67021E

Color information

#67021E (or 0x67021E) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 1E. RGB value is (103,2,30). Sum of RGB (Red+Green+Blue) = 103+2+30=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67021E is #98FDE1. Grayscale: #232323. Windows color (decimal): -10026466 or 1966695. OLE color: 1966695.

HSL color Cylindrical-coordinate representation of color #67021E: hue angle of 343.37º 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 #67021E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB103230-
CMYK00.980.710.60
HSL343.37º96.19%20.59%-
HSV(B)343.37º98.06%40.39%-
XYZ5.853.021.5-
YUV35.39124.96176.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=76.30%
G=1.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10323000.980.710.60343.3796.1920.59
Hex6721E062473C1576015
Octal14723601421077452714025
Binary11001111011110011000101000111111100101010111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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