#51293E

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

Shades of Barossa #51293E

Tints of Barossa #51293E

Color information

#51293E (or 0x51293E) is unknown color: approx Barossa. HEX triplet: 51, 29 and 3E. RGB value is (81,41,62). Sum of RGB (Red+Green+Blue) = 81+41+62=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #51293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51293E is #AED6C1. Grayscale: #373737. Windows color (decimal): -11458242 or 4073809. OLE color: 4073809.

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

Color convert

RGB814162-
CMYK00.490.230.68
HSL328.5º32.79%23.92%-
HSV(B)328.5º49.38%31.76%-
XYZ5.063.685-
YUV55.35131.75146.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=44.02%
G=22.28%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81416200.490.230.68328.532.7923.92
Hex51293E03117441482118
Octal1215176061271045104130
Binary1010001101001111110011000110111100010010100100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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