#51212A

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

Shades of Bordeaux #51212A

Tints of Bordeaux #51212A

Color information

#51212A (or 0x51212A) is unknown color: approx Bordeaux. HEX triplet: 51, 21 and 2A. RGB value is (81,33,42). Sum of RGB (Red+Green+Blue) = 81+33+42=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51212A is #AEDED5. Grayscale: #303030. Windows color (decimal): -11460310 or 2761041. OLE color: 2761041.

HSL color Cylindrical-coordinate representation of color #51212A: hue angle of 348.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51212A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB813342-
CMYK00.590.480.68
HSL348.75º42.11%22.35%-
HSV(B)348.75º59.26%31.76%-
XYZ4.3632.54-
YUV48.38124.4151.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=51.92%
G=21.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81334200.590.480.68348.7542.1122.35
Hex51212A03B304415d2a16
Octal1214152073601045355226
Binary10100011000011010100111011110000100010010101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51212A; }

 p { color: rgb(81,33,42); }

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

<style>
 a { background-color: #51212A; }

 a { background-color: rgb(81,33,42); }

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

<style>
 span { border-color: #51212A; }

 span { border-color: rgb(81,33,42); }

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