#531223

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

Shades of Bordeaux #531223

Tints of Bordeaux #531223

Color information

#531223 (or 0x531223) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 23. RGB value is (83,18,35). Sum of RGB (Red+Green+Blue) = 83+18+35=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531223 is #ACEDDC. Grayscale: #272727. Windows color (decimal): -11333085 or 2298451. OLE color: 2298451.

HSL color Cylindrical-coordinate representation of color #531223: hue angle of 344.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531223 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB831835-
CMYK00.780.580.67
HSL344.31º64.36%19.8%-
HSV(B)344.31º78.31%32.55%-
XYZ4.092.391.84-
YUV39.37125.53159.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=61.03%
G=13.24%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183500.780.580.67344.3164.3619.8
Hex53122304E3A431584014
Octal123224301167210353010024
Binary101001110010100011010011101110101000011101011000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531223; }

 p { color: rgb(83,18,35); }

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

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

 a { background-color: rgb(83,18,35); }

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

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

 span { border-color: rgb(83,18,35); }

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