#5A010F

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

Shades of Bordeaux #5A010F

Tints of Bordeaux #5A010F

Color information

#5A010F (or 0x5A010F) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 0F. RGB value is (90,1,15). Sum of RGB (Red+Green+Blue) = 90+1+15=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010F is #A5FEF0. Grayscale: #1D1D1D. Windows color (decimal): -10878705 or 983386. OLE color: 983386.

HSL color Cylindrical-coordinate representation of color #5A010F: hue angle of 350.56º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A010F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB90115-
CMYK00.990.830.65
HSL350.56º97.8%17.84%-
HSV(B)350.56º98.89%35.29%-
XYZ4.312.230.65-
YUV29.21119.99171.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 84.91%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=84.91%
G=0.94%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9011500.990.830.65350.5697.817.84
Hex5A1F063534115f6212
Octal132117014312310153714222
Binary1011010111110110001110100111000001101011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A010F; }

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

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

<style>
 a { background-color: #5A010F; }

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

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

<style>
 span { border-color: #5A010F; }

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

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