#53091D

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

Shades of Bordeaux #53091D

Tints of Bordeaux #53091D

Color information

#53091D (or 0x53091D) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 1D. RGB value is (83,9,29). Sum of RGB (Red+Green+Blue) = 83+9+29=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53091D is #ACF6E2. Grayscale: #212121. Windows color (decimal): -11335395 or 1902931. OLE color: 1902931.

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

Color convert

RGB83929-
CMYK00.890.650.67
HSL343.78º80.43%18.04%-
HSV(B)343.78º89.16%32.55%-
XYZ3.892.121.37-
YUV33.41125.52163.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=68.60%
G=7.44%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8392900.890.650.67343.7880.4318.04
Hex5391D05941431585012
Octal1231135013110110353012022
Binary10100111001111010101100110000011000011101011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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