#60001F

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

Shades of Burgundy #60001F

Tints of Burgundy #60001F

Color information

#60001F (or 0x60001F) is unknown color: approx Burgundy. HEX triplet: 60, 00 and 1F. RGB value is (96,0,31). Sum of RGB (Red+Green+Blue) = 96+0+31=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60001F is #9FFFE0. Grayscale: #202020. Windows color (decimal): -10485729 or 2031712. OLE color: 2031712.

HSL color Cylindrical-coordinate representation of color #60001F: hue angle of 340.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60001F is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB96031-
CMYK010.680.62
HSL340.62º100%18.82%-
HSV(B)340.62º100%37.65%-
XYZ5.072.591.53-
YUV32.24127.3173.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=75.59%
G=0%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96031010.680.62340.6210018.82
Hex6001F064443E1556413
Octal14003701441047652514423
Binary1100000011111011001001000100111110101010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,0,31); }

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

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

 a { background-color: rgb(96,0,31); }

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

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

 span { border-color: rgb(96,0,31); }

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