#53141E

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

Shades of Bordeaux #53141E

Tints of Bordeaux #53141E

Color information

#53141E (or 0x53141E) is unknown color: approx Bordeaux. HEX triplet: 53, 14 and 1E. RGB value is (83,20,30). Sum of RGB (Red+Green+Blue) = 83+20+30=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141E is #ACEBE1. Grayscale: #272727. Windows color (decimal): -11332578 or 1971283. OLE color: 1971283.

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

Color convert

RGB832030-
CMYK00.760.640.67
HSL350.48º61.17%20.2%-
HSV(B)350.48º75.9%32.55%-
XYZ4.052.431.48-
YUV39.98122.37158.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=62.41%
G=15.04%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83203000.760.640.67350.4861.1720.2
Hex53141E04C404315e3d14
Octal123243601141001035367524
Binary10100111010011110010011001000000100001110101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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