#67021A

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

Shades of Burgundy #67021A

Tints of Burgundy #67021A

Color information

#67021A (or 0x67021A) is unknown color: approx Burgundy. HEX triplet: 67, 02 and 1A. RGB value is (103,2,26). Sum of RGB (Red+Green+Blue) = 103+2+26=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #67021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67021A is #98FDE5. Grayscale: #222222. Windows color (decimal): -10026470 or 1704551. OLE color: 1704551.

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

Color convert

RGB103226-
CMYK00.980.750.60
HSL345.74º96.19%20.59%-
HSV(B)345.74º98.06%40.39%-
XYZ5.831.25-
YUV34.93122.96176.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 78.63%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=78.63%
G=1.53%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10322600.980.750.60345.7496.1920.59
Hex6721A0624B3C15a6015
Octal14723201421137453214025
Binary11001111011010011000101001011111100101011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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