#531227

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

Shades of Bordeaux #531227

Tints of Bordeaux #531227

Color information

#531227 (or 0x531227) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 27. RGB value is (83,18,39). Sum of RGB (Red+Green+Blue) = 83+18+39=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531227 is #ACEDD8. Grayscale: #272727. Windows color (decimal): -11333081 or 2560595. OLE color: 2560595.

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

Color convert

RGB831839-
CMYK00.780.530.67
HSL340.62º64.36%19.8%-
HSV(B)340.62º78.31%32.55%-
XYZ4.152.422.17-
YUV39.83127.53158.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=59.29%
G=12.86%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183900.780.530.67340.6264.3619.8
Hex53122704E35431554014
Octal123224701166510352510024
Binary101001110010100111010011101101011000011101010101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531227; }

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

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

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

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

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

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

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

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