#53010F

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

Shades of Bordeaux #53010F

Tints of Bordeaux #53010F

Color information

#53010F (or 0x53010F) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 0F. RGB value is (83,1,15). Sum of RGB (Red+Green+Blue) = 83+1+15=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010F is #ACFEF0. Grayscale: #1B1B1B. Windows color (decimal): -11337457 or 983379. OLE color: 983379.

HSL color Cylindrical-coordinate representation of color #53010F: hue angle of 349.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53010F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB83115-
CMYK00.990.820.67
HSL349.76º97.62%16.47%-
HSV(B)349.76º98.8%32.55%-
XYZ3.661.90.62-
YUV27.11121.17167.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=83.84%
G=1.01%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311500.990.820.67349.7697.6216.47
Hex531F063524315e6210
Octal123117014312210353614220
Binary1010011111110110001110100101000011101011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,1,15); }

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

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

 a { background-color: rgb(83,1,15); }

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

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

 span { border-color: rgb(83,1,15); }

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