Html Css Color HEX #630113 Burgundy

📋 copy color: '#630113'

red 99 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #630113

Tints of Burgundy #630113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 83.19%
G = 0.84%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#630113 (or 0x630113) is known color: Burgundy. HEX triplet: 63, 01 and 13. RGB value is (99,1,19). Sum of RGB (Red+Green+Blue) = 99+1+19=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630113 is #9CFEEC. Grayscale: #202020. Windows color (decimal): -10288877 or 1245539. OLE color: 1245539.

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

Color convert

RGB 99 1 19 -
CMYK 0 0.99 0.81 0.61
HSL 348.98º 0.98% 0.2% -
HSV(B) 348.98º 0.99% 0.39% -
XYZ 5.27 2.72 0.86 -
YUV 32.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 99 1 19 0 0.99 0.81 0.61 348.98 0.98 0.2
Hex 63 1 13 0 63 51 3D 15D 62 14
Octal 143 1 23 0 143 121 75 535 142 24
Binary 1100011 1 10011 0 1100011 1010001 111101 101011101 1100010 10100

Color Harmonies of #630113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630113

Black with #630113

Text Example


Text Example

White with #630113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630113; }

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

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

background-color css

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

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

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

border-color css

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

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

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