#530119

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

Shades of Bordeaux #530119

Tints of Bordeaux #530119

Color information

#530119 (or 0x530119) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 19. RGB value is (83,1,25). Sum of RGB (Red+Green+Blue) = 83+1+25=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530119 is #ACFEE6. Grayscale: #1C1C1C. Windows color (decimal): -11337447 or 1638739. OLE color: 1638739.

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

Color convert

RGB83125-
CMYK00.990.700.67
HSL342.44º97.62%16.47%-
HSV(B)342.44º98.8%32.55%-
XYZ3.751.931.09-
YUV28.25126.17167.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=76.15%
G=0.92%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312500.990.700.67342.4497.6216.47
Hex5311906346431566210
Octal123131014310610352614220
Binary10100111110010110001110001101000011101010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530119; }

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

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

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

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

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

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

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

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