#51222A

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

Shades of Bordeaux #51222A

Tints of Bordeaux #51222A

Color information

#51222A (or 0x51222A) is unknown color: approx Bordeaux. HEX triplet: 51, 22 and 2A. RGB value is (81,34,42). Sum of RGB (Red+Green+Blue) = 81+34+42=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51222A is #AEDDD5. Grayscale: #303030. Windows color (decimal): -11460054 or 2761297. OLE color: 2761297.

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

Color convert

RGB813442-
CMYK00.580.480.68
HSL349.79º40.87%22.55%-
HSV(B)349.79º58.02%31.76%-
XYZ4.383.062.55-
YUV48.96124.07150.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=51.59%
G=21.66%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81344200.580.480.68349.7940.8722.55
Hex51222A03A304415e2917
Octal1214252072601045365127
Binary10100011000101010100111010110000100010010101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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