#53172B

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

Shades of Bordeaux #53172B

Tints of Bordeaux #53172B

Color information

#53172B (or 0x53172B) is unknown color: approx Bordeaux. HEX triplet: 53, 17 and 2B. RGB value is (83,23,43). Sum of RGB (Red+Green+Blue) = 83+23+43=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172B is #ACE8D4. Grayscale: #2B2B2B. Windows color (decimal): -11331797 or 2824019. OLE color: 2824019.

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

Color convert

RGB832343-
CMYK00.720.480.67
HSL340º56.6%20.78%-
HSV(B)340º72.29%32.55%-
XYZ4.312.632.57-
YUV43.22127.88156.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=55.70%
G=15.44%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83234300.720.480.6734056.620.78
Hex53172B04830431543915
Octal12327530110601035247125
Binary10100111011110101101001000110000100001110101010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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