Html Css Color HEX #630114 Burgundy

📋 copy color: '#630114'

red 99 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #630114

Tints of Burgundy #630114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 82.5%
G = 0.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#630114 (or 0x630114) is known color: Burgundy. HEX triplet: 63, 01 and 14. RGB value is (99,1,20). Sum of RGB (Red+Green+Blue) = 99+1+20=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630114 is #9CFEEB. Grayscale: #202020. Windows color (decimal): -10288876 or 1311075. OLE color: 1311075.

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

Color convert

RGB 99 1 20 -
CMYK 0 0.99 0.80 0.61
HSL 348.37º 0.98% 0.2% -
HSV(B) 348.37º 0.99% 0.39% -
XYZ 5.28 2.72 0.91 -
YUV 32.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 99 1 20 0 0.99 0.80 0.61 348.37 0.98 0.2
Hex 63 1 14 0 63 50 3D 15C 62 14
Octal 143 1 24 0 143 120 75 534 142 24
Binary 1100011 1 10100 0 1100011 1010000 111101 101011100 1100010 10100

Color Harmonies of #630114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630114

Black with #630114

Text Example


Text Example

White with #630114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630114; }

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

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

background-color css

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

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

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

border-color css

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

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

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