Html Css Color HEX #630118 Burgundy

📋 copy color: '#630118'

red 99 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #630118

Tints of Burgundy #630118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 79.84%
G = 0.81%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#630118 (or 0x630118) is known color: Burgundy. HEX triplet: 63, 01 and 18. RGB value is (99,1,24). Sum of RGB (Red+Green+Blue) = 99+1+24=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630118 is #9CFEE7. Grayscale: #202020. Windows color (decimal): -10288872 or 1573219. OLE color: 1573219.

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

Color convert

RGB 99 1 24 -
CMYK 0 0.99 0.76 0.61
HSL 345.92º 0.98% 0.2% -
HSV(B) 345.92º 0.99% 0.39% -
XYZ 5.32 2.74 1.11 -
YUV 32.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 99 1 24 0 0.99 0.76 0.61 345.92 0.98 0.2
Hex 63 1 18 0 63 4C 3D 15A 62 14
Octal 143 1 30 0 143 114 75 532 142 24
Binary 1100011 1 11000 0 1100011 1001100 111101 101011010 1100010 10100

Color Harmonies of #630118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630118

Black with #630118

Text Example


Text Example

White with #630118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630118; }

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

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

background-color css

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

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

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

border-color css

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

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

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