Html Css Color HEX #630217 Burgundy

📋 copy color: '#630217'

red 99 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #630217

Tints of Burgundy #630217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 79.84%
G = 1.61%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#630217 (or 0x630217) is known color: Burgundy. HEX triplet: 63, 02 and 17. RGB value is (99,2,23). Sum of RGB (Red+Green+Blue) = 99+2+23=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630217 is #9CFDE8. Grayscale: #212121. Windows color (decimal): -10288617 or 1507939. OLE color: 1507939.

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

Color convert

RGB 99 2 23 -
CMYK 0 0.98 0.77 0.61
HSL 347.01º 0.96% 0.2% -
HSV(B) 347.01º 0.98% 0.39% -
XYZ 5.32 2.76 1.06 -
YUV 33.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 99 2 23 0 0.98 0.77 0.61 347.01 0.96 0.2
Hex 63 2 17 0 62 4D 3D 15B 60 14
Octal 143 2 27 0 142 115 75 533 140 24
Binary 1100011 10 10111 0 1100010 1001101 111101 101011011 1100000 10100

Color Harmonies of #630217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630217

Black with #630217

Text Example


Text Example

White with #630217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630217; }

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

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

background-color css

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

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

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

border-color css

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

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

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