#53021F

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

Shades of Bordeaux #53021F

Tints of Bordeaux #53021F

Color information

#53021F (or 0x53021F) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 1F. RGB value is (83,2,31). Sum of RGB (Red+Green+Blue) = 83+2+31=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021F is #ACFDE0. Grayscale: #1D1D1D. Windows color (decimal): -11337185 or 2032211. OLE color: 2032211.

HSL color Cylindrical-coordinate representation of color #53021F: hue angle of 338.52º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53021F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB83231-
CMYK00.980.630.67
HSL338.52º95.29%16.67%-
HSV(B)338.52º97.59%32.55%-
XYZ3.841.981.48-
YUV29.52128.84166.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=71.55%
G=1.72%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323100.980.630.67338.5295.2916.67
Hex5321F0623F431535f11
Octal12323701427710352313721
Binary10100111011111011000101111111000011101010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53021F; }

 p { color: rgb(83,2,31); }

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

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

 a { background-color: rgb(83,2,31); }

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

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

 span { border-color: rgb(83,2,31); }

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