#53182B

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

Shades of Bordeaux #53182B

Tints of Bordeaux #53182B

Color information

#53182B (or 0x53182B) is unknown color: approx Bordeaux. HEX triplet: 53, 18 and 2B. RGB value is (83,24,43). Sum of RGB (Red+Green+Blue) = 83+24+43=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182B is #ACE7D4. Grayscale: #2B2B2B. Windows color (decimal): -11331541 or 2824275. OLE color: 2824275.

HSL color Cylindrical-coordinate representation of color #53182B: hue angle of 340.68º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53182B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB832443-
CMYK00.710.480.67
HSL340.68º55.14%20.98%-
HSV(B)340.68º71.08%32.55%-
XYZ4.332.672.57-
YUV43.81127.55155.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=55.33%
G=16%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244300.710.480.67340.6855.1420.98
Hex53182B04730431553715
Octal12330530107601035256725
Binary10100111100010101101000111110000100001110101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53182B; }

 p { color: rgb(83,24,43); }

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

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

 a { background-color: rgb(83,24,43); }

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

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

 span { border-color: rgb(83,24,43); }

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