#53061F

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

Shades of Bordeaux #53061F

Tints of Bordeaux #53061F

Color information

#53061F (or 0x53061F) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 1F. RGB value is (83,6,31). Sum of RGB (Red+Green+Blue) = 83+6+31=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061F is #ACF9E0. Grayscale: #1F1F1F. Windows color (decimal): -11336161 or 2033235. OLE color: 2033235.

HSL color Cylindrical-coordinate representation of color #53061F: hue angle of 340.52º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53061F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB83631-
CMYK00.930.630.67
HSL340.52º86.52%17.45%-
HSV(B)340.52º92.77%32.55%-
XYZ3.882.071.49-
YUV31.87127.51164.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=69.17%
G=5%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363100.930.630.67340.5286.5217.45
Hex5361F05D3F431555711
Octal12363701357710352512721
Binary101001111011111010111011111111000011101010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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