#53141C

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

Shades of Bordeaux #53141C

Tints of Bordeaux #53141C

Color information

#53141C (or 0x53141C) is unknown color: approx Bordeaux. HEX triplet: 53, 14 and 1C. RGB value is (83,20,28). Sum of RGB (Red+Green+Blue) = 83+20+28=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141C is #ACEBE3. Grayscale: #272727. Windows color (decimal): -11332580 or 1840211. OLE color: 1840211.

HSL color Cylindrical-coordinate representation of color #53141C: hue angle of 352.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53141C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB832028-
CMYK00.760.660.67
HSL352.38º61.17%20.2%-
HSV(B)352.38º75.9%32.55%-
XYZ4.032.421.35-
YUV39.75121.37158.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=63.36%
G=15.27%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83202800.760.660.67352.3861.1720.2
Hex53141C04C42431603d14
Octal123243401141021035407524
Binary10100111010011100010011001000010100001110110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53141C; }

 p { color: rgb(83,20,28); }

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

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

 a { background-color: rgb(83,20,28); }

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

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

 span { border-color: rgb(83,20,28); }

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