#65031E

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

Shades of Burgundy #65031E

Tints of Burgundy #65031E

Color information

#65031E (or 0x65031E) is unknown color: approx Burgundy. HEX triplet: 65, 03 and 1E. RGB value is (101,3,30). Sum of RGB (Red+Green+Blue) = 101+3+30=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031E is #9AFCE1. Grayscale: #232323. Windows color (decimal): -10157282 or 1966949. OLE color: 1966949.

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

Color convert

RGB101330-
CMYK00.970.700.60
HSL343.47º94.23%20.39%-
HSV(B)343.47º97.03%39.61%-
XYZ5.632.931.5-
YUV35.38124.97174.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=75.37%
G=2.24%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10133000.970.700.60343.4794.2320.39
Hex6531E061463C1575e14
Octal14533601411067452713624
Binary11001011111110011000011000110111100101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,3,30); }

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

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

 a { background-color: rgb(101,3,30); }

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

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

 span { border-color: rgb(101,3,30); }

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