#5A0A23

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

Shades of Bordeaux #5A0A23

Tints of Bordeaux #5A0A23

Color information

#5A0A23 (or 0x5A0A23) is unknown color: approx Bordeaux. HEX triplet: 5A, 0A and 23. RGB value is (90,10,35). Sum of RGB (Red+Green+Blue) = 90+10+35=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A23 is #A5F5DC. Grayscale: #242424. Windows color (decimal): -10876381 or 2296410. OLE color: 2296410.

HSL color Cylindrical-coordinate representation of color #5A0A23: hue angle of 341.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0A23 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB901035-
CMYK00.890.610.65
HSL341.25º80%19.61%-
HSV(B)341.25º88.89%35.29%-
XYZ4.632.511.83-
YUV36.77127165.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=66.67%
G=7.41%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90103500.890.610.65341.258019.61
Hex5AA230593D411555014
Octal132124301317510152512024
Binary10110101010100011010110011111011000001101010101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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