Html Css Color HEX #63000D Burgundy

📋 copy color: '#63000D'

red 99 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #63000D

Tints of Burgundy #63000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.39%
G = 0%
B = 11.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#63000D (or 0x63000D) is known color: Burgundy. HEX triplet: 63, 00 and 0D. RGB value is (99,0,13). Sum of RGB (Red+Green+Blue) = 99+0+13=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #63000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000D is #9CFFF2. Grayscale: #1F1F1F. Windows color (decimal): -10289139 or 852067. OLE color: 852067.

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

Color convert

RGB 99 0 13 -
CMYK 0 1 0.87 0.61
HSL 352.12º 1% 0.19% -
HSV(B) 352.12º 1% 0.39% -
XYZ 5.22 2.68 0.62 -
YUV 31.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 99 0 13 0 1 0.87 0.61 352.12 1 0.19
Hex 63 0 D 0 64 57 3D 160 64 13
Octal 143 0 15 0 144 127 75 540 144 23
Binary 1100011 0 1101 0 1100100 1010111 111101 101100000 1100100 10011

Color Harmonies of #63000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63000D

Black with #63000D

Text Example


Text Example

White with #63000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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