Html Css Color HEX #630218 Burgundy

📋 copy color: '#630218'

red 99 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #630218

Tints of Burgundy #630218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 79.2%
G = 1.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#630218 (or 0x630218) is known color: Burgundy. HEX triplet: 63, 02 and 18. RGB value is (99,2,24). Sum of RGB (Red+Green+Blue) = 99+2+24=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630218 is #9CFDE7. Grayscale: #212121. Windows color (decimal): -10288616 or 1573475. OLE color: 1573475.

HSL color Cylindrical-coordinate representation of color #630218: hue angle of 346.39º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630218 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 24 -
CMYK 0 0.98 0.76 0.61
HSL 346.39º 0.96% 0.2% -
HSV(B) 346.39º 0.98% 0.39% -
XYZ 5.33 2.76 1.12 -
YUV 33.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 99 2 24 0 0.98 0.76 0.61 346.39 0.96 0.2
Hex 63 2 18 0 62 4C 3D 15A 60 14
Octal 143 2 30 0 142 114 75 532 140 24
Binary 1100011 10 11000 0 1100010 1001100 111101 101011010 1100000 10100

Color Harmonies of #630218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630218

Black with #630218

Text Example


Text Example

White with #630218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630218; }

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

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

background-color css

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

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

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

border-color css

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

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

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