#53081F

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

Shades of Bordeaux #53081F

Tints of Bordeaux #53081F

Color information

#53081F (or 0x53081F) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 1F. RGB value is (83,8,31). Sum of RGB (Red+Green+Blue) = 83+8+31=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #53081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081F is #ACF7E0. Grayscale: #212121. Windows color (decimal): -11335649 or 2033747. OLE color: 2033747.

HSL color Cylindrical-coordinate representation of color #53081F: hue angle of 341.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53081F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB83831-
CMYK00.900.630.67
HSL341.6º82.42%17.84%-
HSV(B)341.6º90.36%32.55%-
XYZ3.92.111.5-
YUV33.05126.85163.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=68.03%
G=6.56%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8383100.900.630.67341.682.4217.84
Hex5381F05A3F431565212
Octal123103701327710352612222
Binary1010011100011111010110101111111000011101010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53081F; }

 p { color: rgb(83,8,31); }

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

<style>
 a { background-color: #53081F; }

 a { background-color: rgb(83,8,31); }

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

<style>
 span { border-color: #53081F; }

 span { border-color: rgb(83,8,31); }

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