#51202A

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

Shades of Bordeaux #51202A

Tints of Bordeaux #51202A

Color information

#51202A (or 0x51202A) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 2A. RGB value is (81,32,42). Sum of RGB (Red+Green+Blue) = 81+32+42=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #51202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51202A is #AEDFD5. Grayscale: #2F2F2F. Windows color (decimal): -11460566 or 2760785. OLE color: 2760785.

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

Color convert

RGB813242-
CMYK00.600.480.68
HSL347.76º43.36%22.16%-
HSV(B)347.76º60.49%31.76%-
XYZ4.332.952.53-
YUV47.79124.73151.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=52.26%
G=20.65%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81324200.600.480.68347.7643.3622.16
Hex51202A03C304415c2b16
Octal1214052074601045345326
Binary10100011000001010100111100110000100010010101110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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