Html Css Color HEX #63011F Burgundy

📋 copy color: '#63011F'

red 99 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #63011F

Tints of Burgundy #63011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 75.57%
G = 0.76%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63011F (or 0x63011F) is known color: Burgundy. HEX triplet: 63, 01 and 1F. RGB value is (99,1,31). Sum of RGB (Red+Green+Blue) = 99+1+31=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63011F is #9CFEE0. Grayscale: #212121. Windows color (decimal): -10288865 or 2031971. OLE color: 2031971.

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

Color convert

RGB 99 1 31 -
CMYK 0 0.99 0.69 0.61
HSL 341.63º 0.98% 0.2% -
HSV(B) 341.63º 0.99% 0.39% -
XYZ 5.4 2.77 1.55 -
YUV 33.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 99 1 31 0 0.99 0.69 0.61 341.63 0.98 0.2
Hex 63 1 1F 0 63 45 3D 156 62 14
Octal 143 1 37 0 143 105 75 526 142 24
Binary 1100011 1 11111 0 1100011 1000101 111101 101010110 1100010 10100

Color Harmonies of #63011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63011F

Black with #63011F

Text Example


Text Example

White with #63011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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