Html Css Color HEX #630116 Burgundy

📋 copy color: '#630116'

red 99 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #630116

Tints of Burgundy #630116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.03%

R = 81.15%
G = 0.82%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#630116 (or 0x630116) is known color: Burgundy. HEX triplet: 63, 01 and 16. RGB value is (99,1,22). Sum of RGB (Red+Green+Blue) = 99+1+22=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #630116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630116 is #9CFEE9. Grayscale: #202020. Windows color (decimal): -10288874 or 1442147. OLE color: 1442147.

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

Color convert

RGB 99 1 22 -
CMYK 0 0.99 0.78 0.61
HSL 347.14º 0.98% 0.2% -
HSV(B) 347.14º 0.99% 0.39% -
XYZ 5.3 2.73 1.01 -
YUV 32.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 99 1 22 0 0.99 0.78 0.61 347.14 0.98 0.2
Hex 63 1 16 0 63 4E 3D 15B 62 14
Octal 143 1 26 0 143 116 75 533 142 24
Binary 1100011 1 10110 0 1100011 1001110 111101 101011011 1100010 10100

Color Harmonies of #630116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630116

Black with #630116

Text Example


Text Example

White with #630116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630116; }

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

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

background-color css

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

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

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

border-color css

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

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

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