#65031F

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

Shades of Burgundy #65031F

Tints of Burgundy #65031F

Color information

#65031F (or 0x65031F) is unknown color: approx Burgundy. HEX triplet: 65, 03 and 1F. RGB value is (101,3,31). Sum of RGB (Red+Green+Blue) = 101+3+31=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #65031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031F is #9AFCE0. Grayscale: #232323. Windows color (decimal): -10157281 or 2032485. OLE color: 2032485.

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

Color convert

RGB101331-
CMYK00.970.690.60
HSL342.86º94.23%20.39%-
HSV(B)342.86º97.03%39.61%-
XYZ5.652.931.56-
YUV35.49125.47174.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=74.81%
G=2.22%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10133100.970.690.60342.8694.2320.39
Hex6531F061453C1575e14
Octal14533701411057452713624
Binary11001011111111011000011000101111100101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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