#5A0413

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

Shades of Bordeaux #5A0413

Tints of Bordeaux #5A0413

Color information

#5A0413 (or 0x5A0413) is unknown color: approx Bordeaux. HEX triplet: 5A, 04 and 13. RGB value is (90,4,19). Sum of RGB (Red+Green+Blue) = 90+4+19=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0413 is #A5FBEC. Grayscale: #1F1F1F. Windows color (decimal): -10877933 or 1246298. OLE color: 1246298.

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

Color convert

RGB90419-
CMYK00.960.790.65
HSL349.53º91.49%18.43%-
HSV(B)349.53º95.56%35.29%-
XYZ4.382.310.83-
YUV31.42120.99169.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 79.65%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=79.65%
G=3.54%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9041900.960.790.65349.5391.4918.43
Hex5A4130604F4115e5b12
Octal132423014011710153613322
Binary1011010100100110110000010011111000001101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,19); }

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

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

 a { background-color: rgb(90,4,19); }

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

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

 span { border-color: rgb(90,4,19); }

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