#62000F

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

Shades of Burgundy #62000F

Tints of Burgundy #62000F

Color information

#62000F (or 0x62000F) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 0F. RGB value is (98,0,15). Sum of RGB (Red+Green+Blue) = 98+0+15=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #62000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62000F is #9DFFF0. Grayscale: #1F1F1F. Windows color (decimal): -10354673 or 983138. OLE color: 983138.

HSL color Cylindrical-coordinate representation of color #62000F: hue angle of 350.82º 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 #62000F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB98015-
CMYK010.850.62
HSL350.82º100%19.22%-
HSV(B)350.82º100%38.43%-
XYZ5.122.630.69-
YUV31.01118.97175.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 86.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=86.73%
G=0%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98015010.850.62350.8210019.22
Hex620F064553E15f6413
Octal14201701441257653714423
Binary110001001111011001001010101111110101011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,0,15); }

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

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

 a { background-color: rgb(98,0,15); }

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

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

 span { border-color: rgb(98,0,15); }

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