#5A031C

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

Shades of Bordeaux #5A031C

Tints of Bordeaux #5A031C

Color information

#5A031C (or 0x5A031C) is unknown color: approx Bordeaux. HEX triplet: 5A, 03 and 1C. RGB value is (90,3,28). Sum of RGB (Red+Green+Blue) = 90+3+28=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A031C is #A5FCE3. Grayscale: #1F1F1F. Windows color (decimal): -10878180 or 1835866. OLE color: 1835866.

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

Color convert

RGB90328-
CMYK00.970.690.65
HSL342.76º93.55%18.24%-
HSV(B)342.76º96.67%35.29%-
XYZ4.462.321.31-
YUV31.86125.82169.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 74.38%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=74.38%
G=2.48%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9032800.970.690.65342.7693.5518.24
Hex5A31C06145411575e12
Octal132334014110510152713622
Binary101101011111000110000110001011000001101010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,28); }

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

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

 a { background-color: rgb(90,3,28); }

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

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

 span { border-color: rgb(90,3,28); }

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