#630222

Color #630222 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #630222

Tints of Burgundy #630222

Color information

#630222 (or 0x630222) is unknown color: approx Burgundy. HEX triplet: 63, 02 and 22. RGB value is (99,2,34). Sum of RGB (Red+Green+Blue) = 99+2+34=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #630222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630222 is #9CFDDD. Grayscale: #222222. Windows color (decimal): -10288606 or 2228835. OLE color: 2228835.

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

Color convert

RGB99234-
CMYK00.980.660.61
HSL340.21º96.04%19.8%-
HSV(B)340.21º97.98%38.82%-
XYZ5.462.811.77-
YUV34.65127.64173.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=73.33%
G=1.48%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923400.980.660.61340.2196.0419.8
Hex63222062423D1546014
Octal14324201421027552414024
Binary110001110100010011000101000010111101101010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630222; }

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

 H1.HeaderClassName
 {
   color: #630222;
 }
 .AnyTagClassName
 {
   color: #630222;
 }
</style>
background-color css

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

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

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

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

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

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