#63000E

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

Shades of Burgundy #63000E

Tints of Burgundy #63000E

Color information

#63000E (or 0x63000E) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 0E. RGB value is (99,0,14). Sum of RGB (Red+Green+Blue) = 99+0+14=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #63000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000E is #9CFFF1. Grayscale: #1F1F1F. Windows color (decimal): -10289138 or 917603. OLE color: 917603.

HSL color Cylindrical-coordinate representation of color #63000E: hue angle of 351.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63000E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB99014-
CMYK010.860.61
HSL351.52º100%19.41%-
HSV(B)351.52º100%38.82%-
XYZ5.222.680.66-
YUV31.2118.3176.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 87.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=87.61%
G=0%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99014010.860.61351.5210019.41
Hex630E064563D1606413
Octal14301601441267554014423
Binary110001101110011001001010110111101101100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,0,14); }

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

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

 a { background-color: rgb(99,0,14); }

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

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

 span { border-color: rgb(99,0,14); }

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