#53132A

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

Shades of Bordeaux #53132A

Tints of Bordeaux #53132A

Color information

#53132A (or 0x53132A) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 2A. RGB value is (83,19,42). Sum of RGB (Red+Green+Blue) = 83+19+42=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53132A is #ACECD5. Grayscale: #282828. Windows color (decimal): -11332822 or 2757459. OLE color: 2757459.

HSL color Cylindrical-coordinate representation of color #53132A: hue angle of 338.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53132A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB831942-
CMYK00.770.490.67
HSL338.44º62.75%20%-
HSV(B)338.44º77.11%32.55%-
XYZ4.222.472.45-
YUV40.76128.7158.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=57.64%
G=13.19%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83194200.770.490.67338.4462.7520
Hex53132A04D31431523f14
Octal12323520115611035227724
Binary10100111001110101001001101110001100001110101001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53132A; }

 p { color: rgb(83,19,42); }

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

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

 a { background-color: rgb(83,19,42); }

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

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

 span { border-color: rgb(83,19,42); }

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