#51283B

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

Shades of Barossa #51283B

Tints of Barossa #51283B

Color information

#51283B (or 0x51283B) is unknown color: approx Barossa. HEX triplet: 51, 28 and 3B. RGB value is (81,40,59). Sum of RGB (Red+Green+Blue) = 81+40+59=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51283B is #AED7C4. Grayscale: #363636. Windows color (decimal): -11458501 or 3876945. OLE color: 3876945.

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

Color convert

RGB814059-
CMYK00.510.270.68
HSL332.2º33.88%23.73%-
HSV(B)332.2º50.62%31.76%-
XYZ4.943.584.57-
YUV54.42130.58146.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=45%
G=22.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81405900.510.270.68332.233.8823.73
Hex51283B0331B4414c2218
Octal1215073063331045144230
Binary1010001101000111011011001111011100010010100110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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