#51021C

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

Shades of Bordeaux #51021C

Tints of Bordeaux #51021C

Color information

#51021C (or 0x51021C) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 1C. RGB value is (81,2,28). Sum of RGB (Red+Green+Blue) = 81+2+28=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021C is #AEFDE3. Grayscale: #1C1C1C. Windows color (decimal): -11468260 or 1835601. OLE color: 1835601.

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

Color convert

RGB81228-
CMYK00.980.650.68
HSL340.25º95.18%16.27%-
HSV(B)340.25º97.53%31.76%-
XYZ3.621.881.27-
YUV28.58127.67165.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.97%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=72.97%
G=1.80%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122800.980.650.68340.2595.1816.27
Hex5121C06241441545f10
Octal121234014210110452413720
Binary101000110111000110001010000011000100101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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