Html Css Color HEX #63011D Burgundy

📋 copy color: '#63011D'

red 99 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #63011D

Tints of Burgundy #63011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 76.74%
G = 0.78%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63011D (or 0x63011D) is known color: Burgundy. HEX triplet: 63, 01 and 1D. RGB value is (99,1,29). Sum of RGB (Red+Green+Blue) = 99+1+29=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #63011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63011D is #9CFEE2. Grayscale: #212121. Windows color (decimal): -10288867 or 1900899. OLE color: 1900899.

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

Color convert

RGB 99 1 29 -
CMYK 0 0.99 0.71 0.61
HSL 342.86º 0.98% 0.2% -
HSV(B) 342.86º 0.99% 0.39% -
XYZ 5.38 2.76 1.41 -
YUV 33.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 99 1 29 0 0.99 0.71 0.61 342.86 0.98 0.2
Hex 63 1 1D 0 63 47 3D 157 62 14
Octal 143 1 35 0 143 107 75 527 142 24
Binary 1100011 1 11101 0 1100011 1000111 111101 101010111 1100010 10100

Color Harmonies of #63011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63011D

Black with #63011D

Text Example


Text Example

White with #63011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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