#67031D

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

Shades of Burgundy #67031D

Tints of Burgundy #67031D

Color information

#67031D (or 0x67031D) is unknown color: approx Burgundy. HEX triplet: 67, 03 and 1D. RGB value is (103,3,29). Sum of RGB (Red+Green+Blue) = 103+3+29=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67031D is #98FCE2. Grayscale: #232323. Windows color (decimal): -10026211 or 1901415. OLE color: 1901415.

HSL color Cylindrical-coordinate representation of color #67031D: hue angle of 344.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67031D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB103329-
CMYK00.970.720.60
HSL344.4º94.34%20.78%-
HSV(B)344.4º97.09%40.39%-
XYZ5.853.041.44-
YUV35.86124.13175.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=76.30%
G=2.22%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332900.970.720.60344.494.3420.78
Hex6731D061483C1585e15
Octal14733501411107453013625
Binary11001111111101011000011001000111100101011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67031D; }

 p { color: rgb(103,3,29); }

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

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

 a { background-color: rgb(103,3,29); }

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

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

 span { border-color: rgb(103,3,29); }

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