#630323

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

Shades of Burgundy #630323

Tints of Burgundy #630323

Color information

#630323 (or 0x630323) is unknown color: approx Burgundy. HEX triplet: 63, 03 and 23. RGB value is (99,3,35). Sum of RGB (Red+Green+Blue) = 99+3+35=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #630323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630323 is #9CFCDC. Grayscale: #232323. Windows color (decimal): -10288349 or 2294627. OLE color: 2294627.

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

Color convert

RGB99335-
CMYK00.970.650.61
HSL340º94.12%20%-
HSV(B)340º96.97%38.82%-
XYZ5.482.841.85-
YUV35.35127.8173.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.26%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=72.26%
G=2.19%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933500.970.650.6134094.1220
Hex63323061413D1545e14
Octal14334301411017552413624
Binary110001111100011011000011000001111101101010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630323; }

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

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

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

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

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

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

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

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