#53151D

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

Shades of Bordeaux #53151D

Tints of Bordeaux #53151D

Color information

#53151D (or 0x53151D) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 1D. RGB value is (83,21,29). Sum of RGB (Red+Green+Blue) = 83+21+29=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151D is #ACEAE2. Grayscale: #282828. Windows color (decimal): -11332323 or 1906003. OLE color: 1906003.

HSL color Cylindrical-coordinate representation of color #53151D: hue angle of 352.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53151D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB832129-
CMYK00.750.650.67
HSL352.26º59.62%20.39%-
HSV(B)352.26º74.7%32.55%-
XYZ4.062.461.42-
YUV40.45121.54158.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=62.41%
G=15.79%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83212900.750.650.67352.2659.6220.39
Hex53151D04B41431603c14
Octal123253501131011035407424
Binary10100111010111101010010111000001100001110110000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53151D; }

 p { color: rgb(83,21,29); }

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

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

 a { background-color: rgb(83,21,29); }

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

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

 span { border-color: rgb(83,21,29); }

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