#53171E

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

Shades of Bordeaux #53171E

Tints of Bordeaux #53171E

Color information

#53171E (or 0x53171E) is unknown color: approx Bordeaux. HEX triplet: 53, 17 and 1E. RGB value is (83,23,30). Sum of RGB (Red+Green+Blue) = 83+23+30=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53171E is #ACE8E1. Grayscale: #292929. Windows color (decimal): -11331810 or 1972051. OLE color: 1972051.

HSL color Cylindrical-coordinate representation of color #53171E: hue angle of 353º 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 #53171E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB832330-
CMYK00.720.640.67
HSL353º56.6%20.78%-
HSV(B)353º72.29%32.55%-
XYZ4.112.551.5-
YUV41.74121.38157.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=61.03%
G=16.91%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83233000.720.640.6735356.620.78
Hex53171E04840431613915
Octal123273601101001035417125
Binary10100111011111110010010001000000100001110110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53171E; }

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

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

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

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

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

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

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

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