#67010A

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

Shades of Burgundy #67010A

Tints of Burgundy #67010A

Color information

#67010A (or 0x67010A) is unknown color: approx Burgundy. HEX triplet: 67, 01 and 0A. RGB value is (103,1,10). Sum of RGB (Red+Green+Blue) = 103+1+10=114 (15% of max value = 765). Red value is 103 (40.62% from 255 or 90.35% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 103 - color contains mainly: red. Hex color #67010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67010A is #98FEF5. Grayscale: #202020. Windows color (decimal): -10026742 or 655719. OLE color: 655719.

HSL color Cylindrical-coordinate representation of color #67010A: hue angle of 354.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB103110-
CMYK00.990.900.60
HSL354.71º98.08%20.39%-
HSV(B)354.71º99.03%40.39%-
XYZ5.662.930.55-
YUV32.52115.29178.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 90.35%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=90.35%
G=0.88%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10311000.990.900.60354.7198.0820.39
Hex671A0635A3C1636214
Octal14711201431327454314224
Binary110011111010011000111011010111100101100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,1,10); }

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

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

 a { background-color: rgb(103,1,10); }

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

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

 span { border-color: rgb(103,1,10); }

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