Html Css Color HEX #630122 Burgundy

📋 copy color: '#630122'

red 99 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #630122

Tints of Burgundy #630122

RGB

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

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

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

R = 73.88%
G = 0.75%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#630122 (or 0x630122) is known color: Burgundy. HEX triplet: 63, 01 and 22. RGB value is (99,1,34). Sum of RGB (Red+Green+Blue) = 99+1+34=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630122 is #9CFEDD. Grayscale: #222222. Windows color (decimal): -10288862 or 2228579. OLE color: 2228579.

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

Color convert

RGB 99 1 34 -
CMYK 0 0.99 0.66 0.61
HSL 339.8º 0.98% 0.2% -
HSV(B) 339.8º 0.99% 0.39% -
XYZ 5.45 2.79 1.76 -
YUV 34.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 99 1 34 0 0.99 0.66 0.61 339.8 0.98 0.2
Hex 63 1 22 0 63 42 3D 154 62 14
Octal 143 1 42 0 143 102 75 524 142 24
Binary 1100011 1 100010 0 1100011 1000010 111101 101010100 1100010 10100

Color Harmonies of #630122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630122

Black with #630122

Text Example


Text Example

White with #630122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630122; }

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

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

background-color css

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

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

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

border-color css

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

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

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