#63000C

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

Shades of Burgundy #63000C

Tints of Burgundy #63000C

Color information

#63000C (or 0x63000C) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 0C. RGB value is (99,0,12). Sum of RGB (Red+Green+Blue) = 99+0+12=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #63000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000C is #9CFFF3. Grayscale: #1F1F1F. Windows color (decimal): -10289140 or 786531. OLE color: 786531.

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

Color convert

RGB99012-
CMYK010.880.61
HSL352.73º100%19.41%-
HSV(B)352.73º100%38.82%-
XYZ5.212.680.59-
YUV30.97117.3176.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 89.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=89.19%
G=0%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99012010.880.61352.7310019.41
Hex630C064583D1616413
Octal14301401441307554114423
Binary110001101100011001001011000111101101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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