#63001E

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

Shades of Burgundy #63001E

Tints of Burgundy #63001E

Color information

#63001E (or 0x63001E) is unknown color: approx Burgundy. HEX triplet: 63, 00 and 1E. RGB value is (99,0,30). Sum of RGB (Red+Green+Blue) = 99+0+30=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #63001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63001E is #9CFFE1. Grayscale: #212121. Windows color (decimal): -10289122 or 1966179. OLE color: 1966179.

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

Color convert

RGB99030-
CMYK010.700.61
HSL341.82º100%19.41%-
HSV(B)341.82º100%38.82%-
XYZ5.382.751.47-
YUV33.02126.3175.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=76.74%
G=0%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99030010.700.61341.8210019.41
Hex6301E064463D1566413
Octal14303601441067552614423
Binary1100011011110011001001000110111101101010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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