#51021B

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

Shades of Bordeaux #51021B

Tints of Bordeaux #51021B

Color information

#51021B (or 0x51021B) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 1B. RGB value is (81,2,27). Sum of RGB (Red+Green+Blue) = 81+2+27=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021B is #AEFDE4. Grayscale: #1C1C1C. Windows color (decimal): -11468261 or 1770065. OLE color: 1770065.

HSL color Cylindrical-coordinate representation of color #51021B: hue angle of 341.01º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51021B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB81227-
CMYK00.980.670.68
HSL341.01º95.18%16.27%-
HSV(B)341.01º97.53%31.76%-
XYZ3.611.871.21-
YUV28.47127.17165.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 73.64%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=73.64%
G=1.82%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122700.980.670.68341.0195.1816.27
Hex5121B06243441555f10
Octal121233014210310452513720
Binary101000110110110110001010000111000100101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51021B; }

 p { color: rgb(81,2,27); }

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

<style>
 a { background-color: #51021B; }

 a { background-color: rgb(81,2,27); }

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

<style>
 span { border-color: #51021B; }

 span { border-color: rgb(81,2,27); }

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