Html Css Color HEX #63010D Burgundy

📋 copy color: '#63010D'

red 99 ◦ green 1 ◦ blue 13

#63010D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #63010D

Tints of Burgundy #63010D

RGB

 RED value IS 99 (39.06% from 255) = 87.61%

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 87.61%
G = 0.88%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63010D (or 0x63010D) is known color: Burgundy. HEX triplet: 63, 01 and 0D. RGB value is (99,1,13). Sum of RGB (Red+Green+Blue) = 99+1+13=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #63010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63010D is #9CFEF2. Grayscale: #1F1F1F. Windows color (decimal): -10288883 or 852323. OLE color: 852323.

HSL color Cylindrical-coordinate representation of color #63010D: hue angle of 352.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63010D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 13 -
CMYK 0 0.99 0.87 0.61
HSL 352.65º 0.98% 0.2% -
HSV(B) 352.65º 0.99% 0.39% -
XYZ 5.23 2.7 0.63 -
YUV 31.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 99 1 13 0 0.99 0.87 0.61 352.65 0.98 0.2
Hex 63 1 D 0 63 57 3D 161 62 14
Octal 143 1 15 0 143 127 75 541 142 24
Binary 1100011 1 1101 0 1100011 1010111 111101 101100001 1100010 10100

Color Harmonies of #63010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63010D

Black with #63010D

Text Example


Text Example

White with #63010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63010D; }

 p { color: rgb(99,1,13); }

 H1.HeaderClassName
 {
   color: #63010D;
 }
 .AnyTagClassName
 {
   color: #63010D;
 }
</style>

background-color css

<style>
 a { background-color: #63010D; }

 a { background-color: rgb(99,1,13); }

 div.DivClassName
 {
   background-color: #63010D;
 }
 .BgClassName
 {
   background-color: #63010D;
 }
</style>

border-color css

<style>
 span { border-color: #63010D; }

 span { border-color: rgb(99,1,13); }

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