#5A021C

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

Shades of Bordeaux #5A021C

Tints of Bordeaux #5A021C

Color information

#5A021C (or 0x5A021C) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 1C. RGB value is (90,2,28). Sum of RGB (Red+Green+Blue) = 90+2+28=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A021C is #A5FDE3. Grayscale: #1F1F1F. Windows color (decimal): -10878436 or 1835610. OLE color: 1835610.

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

Color convert

RGB90228-
CMYK00.980.690.65
HSL342.27º95.65%18.04%-
HSV(B)342.27º97.78%35.29%-
XYZ4.452.31.31-
YUV31.28126.15169.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=75%
G=1.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9022800.980.690.65342.2795.6518.04
Hex5A21C06245411566012
Octal132234014210510152614022
Binary101101010111000110001010001011000001101010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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