#630123

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

Shades of Burgundy #630123

Tints of Burgundy #630123

Color information

#630123 (or 0x630123) is unknown color: approx Burgundy. HEX triplet: 63, 01 and 23. RGB value is (99,1,35). Sum of RGB (Red+Green+Blue) = 99+1+35=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #630123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630123 is #9CFEDC. Grayscale: #222222. Windows color (decimal): -10288861 or 2294115. OLE color: 2294115.

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

Color convert

RGB99135-
CMYK00.990.650.61
HSL339.18º98%19.61%-
HSV(B)339.18º98.99%38.82%-
XYZ5.462.81.84-
YUV34.18128.47174.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=73.33%
G=0.74%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9913500.990.650.61339.189819.61
Hex63123063413D1536214
Octal14314301431017552314224
Binary11000111100011011000111000001111101101010011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630123; }

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

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

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

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

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

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

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

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