#67031B

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

Shades of Burgundy #67031B

Tints of Burgundy #67031B

Color information

#67031B (or 0x67031B) is unknown color: approx Burgundy. HEX triplet: 67, 03 and 1B. RGB value is (103,3,27). Sum of RGB (Red+Green+Blue) = 103+3+27=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #67031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67031B is #98FCE4. Grayscale: #232323. Windows color (decimal): -10026213 or 1770343. OLE color: 1770343.

HSL color Cylindrical-coordinate representation of color #67031B: hue angle of 345.6º 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 #67031B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB103327-
CMYK00.970.740.60
HSL345.6º94.34%20.78%-
HSV(B)345.6º97.09%40.39%-
XYZ5.823.031.31-
YUV35.64123.13176.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=77.44%
G=2.26%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332700.970.740.60345.694.3420.78
Hex6731B0614A3C15a5e15
Octal14733301411127453213625
Binary11001111111011011000011001010111100101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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