#530219

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

Shades of Bordeaux #530219

Tints of Bordeaux #530219

Color information

#530219 (or 0x530219) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 19. RGB value is (83,2,25). Sum of RGB (Red+Green+Blue) = 83+2+25=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530219 is #ACFDE6. Grayscale: #1C1C1C. Windows color (decimal): -11337191 or 1638995. OLE color: 1638995.

HSL color Cylindrical-coordinate representation of color #530219: hue angle of 342.96º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530219 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB83225-
CMYK00.980.700.67
HSL342.96º95.29%16.67%-
HSV(B)342.96º97.59%32.55%-
XYZ3.761.951.1-
YUV28.84125.84166.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=75.45%
G=1.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322500.980.700.67342.9695.2916.67
Hex5321906246431575f11
Octal123231014210610352713721
Binary101001110110010110001010001101000011101010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530219; }

 p { color: rgb(83,2,25); }

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

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

 a { background-color: rgb(83,2,25); }

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

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

 span { border-color: rgb(83,2,25); }

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