#63000B

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

Shades of Burgundy #63000B

Tints of Burgundy #63000B

Color information

#63000B (or 0x63000B) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 0B. RGB value is (99,0,11). Sum of RGB (Red+Green+Blue) = 99+0+11=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #63000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000B is #9CFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10289141 or 720995. OLE color: 720995.

HSL color Cylindrical-coordinate representation of color #63000B: hue angle of 353.33º 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 #63000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB99011-
CMYK010.890.61
HSL353.33º100%19.41%-
HSV(B)353.33º100%38.82%-
XYZ5.212.680.56-
YUV30.86116.8176.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99011010.890.61353.3310019.41
Hex630B064593D1616413
Octal14301301441317554114423
Binary110001101011011001001011001111101101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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