#51263B

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

Shades of Barossa #51263B

Tints of Barossa #51263B

Color information

#51263B (or 0x51263B) is unknown color: approx Barossa. HEX triplet: 51, 26 and 3B. RGB value is (81,38,59). Sum of RGB (Red+Green+Blue) = 81+38+59=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263B is #AED9C4. Grayscale: #353535. Windows color (decimal): -11459013 or 3876433. OLE color: 3876433.

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

Color convert

RGB813859-
CMYK00.530.270.68
HSL330.7º36.13%23.33%-
HSV(B)330.7º53.09%31.76%-
XYZ4.883.454.55-
YUV53.25131.25147.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=45.51%
G=21.35%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81385900.530.270.68330.736.1323.33
Hex51263B0351B4414b2417
Octal1214673065331045134427
Binary1010001100110111011011010111011100010010100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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