#51202C

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

Shades of Bordeaux #51202C

Tints of Bordeaux #51202C

Color information

#51202C (or 0x51202C) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 2C. RGB value is (81,32,44). Sum of RGB (Red+Green+Blue) = 81+32+44=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51202C is #AEDFD3. Grayscale: #303030. Windows color (decimal): -11460564 or 2891857. OLE color: 2891857.

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

Color convert

RGB813244-
CMYK00.600.460.68
HSL345.31º43.36%22.16%-
HSV(B)345.31º60.49%31.76%-
XYZ4.362.962.72-
YUV48.02125.73151.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=51.59%
G=20.38%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81324400.600.460.68345.3143.3622.16
Hex51202C03C2E441592b16
Octal1214054074561045315326
Binary10100011000001011000111100101110100010010101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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