Html Css Color HEX #630110 Burgundy

📋 copy color: '#630110'

red 99 ◦ green 1 ◦ blue 16

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

Shades of Burgundy #630110

Tints of Burgundy #630110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.79%

R = 85.34%
G = 0.86%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#630110 (or 0x630110) is known color: Burgundy. HEX triplet: 63, 01 and 10. RGB value is (99,1,16). Sum of RGB (Red+Green+Blue) = 99+1+16=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #630110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630110 is #9CFEEF. Grayscale: #202020. Windows color (decimal): -10288880 or 1048931. OLE color: 1048931.

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

Color convert

RGB 99 1 16 -
CMYK 0 0.99 0.84 0.61
HSL 350.82º 0.98% 0.2% -
HSV(B) 350.82º 0.99% 0.39% -
XYZ 5.25 2.71 0.74 -
YUV 32.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 99 1 16 0 0.99 0.84 0.61 350.82 0.98 0.2
Hex 63 1 10 0 63 54 3D 15F 62 14
Octal 143 1 20 0 143 124 75 537 142 24
Binary 1100011 1 10000 0 1100011 1010100 111101 101011111 1100010 10100

Color Harmonies of #630110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630110

Black with #630110

Text Example


Text Example

White with #630110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630110; }

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

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

background-color css

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

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

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

border-color css

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

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

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