#5A0423

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

Shades of Bordeaux #5A0423

Tints of Bordeaux #5A0423

Color information

#5A0423 (or 0x5A0423) is unknown color: approx Bordeaux. HEX triplet: 5A, 04 and 23. RGB value is (90,4,35). Sum of RGB (Red+Green+Blue) = 90+4+35=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0423 is #A5FBDC. Grayscale: #212121. Windows color (decimal): -10877917 or 2294874. OLE color: 2294874.

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

Color convert

RGB90435-
CMYK00.960.610.65
HSL338.37º91.49%18.43%-
HSV(B)338.37º95.56%35.29%-
XYZ4.562.381.81-
YUV33.25128.99168.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.77%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=69.77%
G=3.10%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9043500.960.610.65338.3791.4918.43
Hex5A4230603D411525b12
Octal13244301407510152213322
Binary1011010100100011011000001111011000001101010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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