#51263A

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

Shades of Barossa #51263A

Tints of Barossa #51263A

Color information

#51263A (or 0x51263A) is unknown color: approx Barossa. HEX triplet: 51, 26 and 3A. RGB value is (81,38,58). Sum of RGB (Red+Green+Blue) = 81+38+58=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263A is #AED9C5. Grayscale: #353535. Windows color (decimal): -11459014 or 3810897. OLE color: 3810897.

HSL color Cylindrical-coordinate representation of color #51263A: hue angle of 332.09º 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 #51263A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB813858-
CMYK00.530.280.68
HSL332.09º36.13%23.33%-
HSV(B)332.09º53.09%31.76%-
XYZ4.853.444.41-
YUV53.14130.75147.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=45.76%
G=21.47%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81385800.530.280.68332.0936.1323.33
Hex51263A0351C4414c2417
Octal1214672065341045144427
Binary1010001100110111010011010111100100010010100110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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