#532029

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

Shades of Bordeaux #532029

Tints of Bordeaux #532029

Color information

#532029 (or 0x532029) is unknown color: approx Bordeaux. HEX triplet: 53, 20 and 29. RGB value is (83,32,41). Sum of RGB (Red+Green+Blue) = 83+32+41=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532029 is #ACDFD6. Grayscale: #303030. Windows color (decimal): -11329495 or 2695251. OLE color: 2695251.

HSL color Cylindrical-coordinate representation of color #532029: hue angle of 349.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532029 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB833241-
CMYK00.610.510.67
HSL349.41º44.35%22.55%-
HSV(B)349.41º61.45%32.55%-
XYZ4.483.032.45-
YUV48.28123.9152.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=53.21%
G=20.51%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324100.610.510.67349.4144.3522.55
Hex53202903D334315d2c17
Octal1234051075631035355427
Binary10100111000001010010111101110011100001110101110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532029; }

 p { color: rgb(83,32,41); }

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

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

 a { background-color: rgb(83,32,41); }

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

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

 span { border-color: rgb(83,32,41); }

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