#5A0212

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

Shades of Bordeaux #5A0212

Tints of Bordeaux #5A0212

Color information

#5A0212 (or 0x5A0212) is unknown color: approx Bordeaux. HEX triplet: 5A, 02 and 12. RGB value is (90,2,18). Sum of RGB (Red+Green+Blue) = 90+2+18=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0212 is #A5FDED. Grayscale: #1E1E1E. Windows color (decimal): -10878446 or 1180250. OLE color: 1180250.

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

Color convert

RGB90218-
CMYK00.980.800.65
HSL349.09º95.65%18.04%-
HSV(B)349.09º97.78%35.29%-
XYZ4.352.260.78-
YUV30.14121.15170.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=81.82%
G=1.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9021800.980.800.65349.0995.6518.04
Hex5A212062504115d6012
Octal132222014212010153514022
Binary101101010100100110001010100001000001101011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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