#5A0114

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

Shades of Bordeaux #5A0114

Tints of Bordeaux #5A0114

Color information

#5A0114 (or 0x5A0114) is unknown color: approx Bordeaux. HEX triplet: 5A, 01 and 14. RGB value is (90,1,20). Sum of RGB (Red+Green+Blue) = 90+1+20=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0114 is #A5FEEB. Grayscale: #1D1D1D. Windows color (decimal): -10878700 or 1311066. OLE color: 1311066.

HSL color Cylindrical-coordinate representation of color #5A0114: hue angle of 347.19º 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 #5A0114 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB90120-
CMYK00.990.780.65
HSL347.19º97.8%17.84%-
HSV(B)347.19º98.89%35.29%-
XYZ4.352.250.87-
YUV29.78122.49170.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.08%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=81.08%
G=0.90%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9012000.990.780.65347.1997.817.84
Hex5A1140634E4115b6212
Octal132124014311610153314222
Binary10110101101000110001110011101000001101011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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