#65031B

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

Shades of Burgundy #65031B

Tints of Burgundy #65031B

Color information

#65031B (or 0x65031B) is unknown color: approx Burgundy. HEX triplet: 65, 03 and 1B. RGB value is (101,3,27). Sum of RGB (Red+Green+Blue) = 101+3+27=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031B is #9AFCE4. Grayscale: #232323. Windows color (decimal): -10157285 or 1770341. OLE color: 1770341.

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

Color convert

RGB101327-
CMYK00.970.730.60
HSL345.31º94.23%20.39%-
HSV(B)345.31º97.03%39.61%-
XYZ5.62.911.3-
YUV35.04123.47175.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.10%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=77.10%
G=2.29%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10132700.970.730.60345.3194.2320.39
Hex6531B061493C1595e14
Octal14533301411117453113624
Binary11001011111011011000011001001111100101011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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