#53182C

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

Shades of Bordeaux #53182C

Tints of Bordeaux #53182C

Color information

#53182C (or 0x53182C) is unknown color: approx Bordeaux. HEX triplet: 53, 18 and 2C. RGB value is (83,24,44). Sum of RGB (Red+Green+Blue) = 83+24+44=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182C is #ACE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11331540 or 2889811. OLE color: 2889811.

HSL color Cylindrical-coordinate representation of color #53182C: hue angle of 339.66º 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 #53182C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB832444-
CMYK00.710.470.67
HSL339.66º55.14%20.98%-
HSV(B)339.66º71.08%32.55%-
XYZ4.352.672.67-
YUV43.92128.05155.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=54.97%
G=15.89%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244400.710.470.67339.6655.1420.98
Hex53182C0472F431543715
Octal12330540107571035246725
Binary10100111100010110001000111101111100001110101010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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