#53141A

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

Shades of Bordeaux #53141A

Tints of Bordeaux #53141A

Color information

#53141A (or 0x53141A) is unknown color: approx Bordeaux. HEX triplet: 53, 14 and 1A. RGB value is (83,20,26). Sum of RGB (Red+Green+Blue) = 83+20+26=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141A is #ACEBE5. Grayscale: #272727. Windows color (decimal): -11332582 or 1709139. OLE color: 1709139.

HSL color Cylindrical-coordinate representation of color #53141A: hue angle of 354.29º 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 #53141A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB832026-
CMYK00.760.690.67
HSL354.29º61.17%20.2%-
HSV(B)354.29º75.9%32.55%-
XYZ42.411.23-
YUV39.52120.37159.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=64.34%
G=15.50%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83202600.760.690.67354.2961.1720.2
Hex53141A04C45431623d14
Octal123243201141051035427524
Binary10100111010011010010011001000101100001110110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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