#51293C

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

Shades of Barossa #51293C

Tints of Barossa #51293C

Color information

#51293C (or 0x51293C) is unknown color: approx Barossa. HEX triplet: 51, 29 and 3C. RGB value is (81,41,60). Sum of RGB (Red+Green+Blue) = 81+41+60=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #51293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51293C is #AED6C3. Grayscale: #373737. Windows color (decimal): -11458244 or 3942737. OLE color: 3942737.

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

Color convert

RGB814160-
CMYK00.490.260.68
HSL331.5º32.79%23.92%-
HSV(B)331.5º49.38%31.76%-
XYZ53.664.72-
YUV55.13130.75146.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=44.51%
G=22.53%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81416000.490.260.68331.532.7923.92
Hex51293C0311A4414c2118
Octal1215174061321045144130
Binary1010001101001111100011000111010100010010100110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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