Html Css Color HEX #630322 Burgundy

📋 copy color: '#630322'

red 99 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #630322

Tints of Burgundy #630322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 72.79%
G = 2.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#630322 (or 0x630322) is known color: Burgundy. HEX triplet: 63, 03 and 22. RGB value is (99,3,34). Sum of RGB (Red+Green+Blue) = 99+3+34=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #630322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630322 is #9CFCDD. Grayscale: #232323. Windows color (decimal): -10288350 or 2229091. OLE color: 2229091.

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

Color convert

RGB 99 3 34 -
CMYK 0 0.97 0.66 0.61
HSL 340.63º 0.94% 0.2% -
HSV(B) 340.63º 0.97% 0.39% -
XYZ 5.47 2.83 1.77 -
YUV 35.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 99 3 34 0 0.97 0.66 0.61 340.63 0.94 0.2
Hex 63 3 22 0 61 42 3D 155 5E 14
Octal 143 3 42 0 141 102 75 525 136 24
Binary 1100011 11 100010 0 1100001 1000010 111101 101010101 1011110 10100

Color Harmonies of #630322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630322

Black with #630322

Text Example


Text Example

White with #630322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630322; }

 p { color: rgb(99,3,34); }

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

background-color css

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

 a { background-color: rgb(99,3,34); }

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

border-color css

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

 span { border-color: rgb(99,3,34); }

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