#532028

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

Shades of Bordeaux #532028

Tints of Bordeaux #532028

Color information

#532028 (or 0x532028) is unknown color: approx Bordeaux. HEX triplet: 53, 20 and 28. RGB value is (83,32,40). Sum of RGB (Red+Green+Blue) = 83+32+40=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532028 is #ACDFD7. Grayscale: #303030. Windows color (decimal): -11329496 or 2629715. OLE color: 2629715.

HSL color Cylindrical-coordinate representation of color #532028: hue angle of 350.59º 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 #532028 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB833240-
CMYK00.610.520.67
HSL350.59º44.35%22.55%-
HSV(B)350.59º61.45%32.55%-
XYZ4.473.032.36-
YUV48.16123.4152.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=53.55%
G=20.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324000.610.520.67350.5944.3522.55
Hex53202803D344315f2c17
Octal1234050075641035375427
Binary10100111000001010000111101110100100001110101111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532028; }

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

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

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

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

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

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

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

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