#51293B

Color #51293B Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #51293B

Tints of Barossa #51293B

Color information

#51293B (or 0x51293B) is unknown color: approx Barossa. HEX triplet: 51, 29 and 3B. RGB value is (81,41,59). Sum of RGB (Red+Green+Blue) = 81+41+59=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51293B is #AED6C4. Grayscale: #363636. Windows color (decimal): -11458245 or 3877201. OLE color: 3877201.

HSL color Cylindrical-coordinate representation of color #51293B: hue angle of 333º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51293B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB814159-
CMYK00.490.270.68
HSL333º32.79%23.92%-
HSV(B)333º49.38%31.76%-
XYZ4.983.654.58-
YUV55.01130.25146.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=44.75%
G=22.65%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81415900.490.270.6833332.7923.92
Hex51293B0311B4414d2118
Octal1215173061331045154130
Binary1010001101001111011011000111011100010010100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51293B; }

 p { color: rgb(81,41,59); }

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

<style>
 a { background-color: #51293B; }

 a { background-color: rgb(81,41,59); }

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

<style>
 span { border-color: #51293B; }

 span { border-color: rgb(81,41,59); }

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