#530316

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

Shades of Bordeaux #530316

Tints of Bordeaux #530316

Color information

#530316 (or 0x530316) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 16. RGB value is (83,3,22). Sum of RGB (Red+Green+Blue) = 83+3+22=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530316 is #ACFCE9. Grayscale: #1D1D1D. Windows color (decimal): -11336938 or 1442643. OLE color: 1442643.

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

Color convert

RGB83322-
CMYK00.960.730.67
HSL345.75º93.02%16.86%-
HSV(B)345.75º96.39%32.55%-
XYZ3.741.960.94-
YUV29.09124166.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=76.85%
G=2.78%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8332200.960.730.67345.7593.0216.86
Hex53316060494315a5d11
Octal123326014011110353213521
Binary101001111101100110000010010011000011101011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530316; }

 p { color: rgb(83,3,22); }

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

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

 a { background-color: rgb(83,3,22); }

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

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

 span { border-color: rgb(83,3,22); }

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