#5A001C

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

Shades of Bordeaux #5A001C

Tints of Bordeaux #5A001C

Color information

#5A001C (or 0x5A001C) is unknown color: approx Bordeaux. HEX triplet: 5A, 00 and 1C. RGB value is (90,0,28). Sum of RGB (Red+Green+Blue) = 90+0+28=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A001C is #A5FFE3. Grayscale: #1E1E1E. Windows color (decimal): -10878948 or 1835098. OLE color: 1835098.

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

Color convert

RGB90028-
CMYK010.690.65
HSL341.33º100%17.65%-
HSV(B)341.33º100%35.29%-
XYZ4.432.261.3-
YUV30.1126.82170.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 76.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=76.27%
G=0%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90028010.690.65341.3310017.65
Hex5A01C06445411556412
Octal132034014410510152514422
Binary10110100111000110010010001011000001101010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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