#51223A

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

Shades of Barossa #51223A

Tints of Barossa #51223A

Color information

#51223A (or 0x51223A) is unknown color: approx Barossa. HEX triplet: 51, 22 and 3A. RGB value is (81,34,58). Sum of RGB (Red+Green+Blue) = 81+34+58=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51223A is #AEDDC5. Grayscale: #323232. Windows color (decimal): -11460038 or 3809873. OLE color: 3809873.

HSL color Cylindrical-coordinate representation of color #51223A: hue angle of 329.36º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51223A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB813458-
CMYK00.580.280.68
HSL329.36º40.87%22.55%-
HSV(B)329.36º58.02%31.76%-
XYZ4.733.24.37-
YUV50.79132.07149.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=46.82%
G=19.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81345800.580.280.68329.3640.8722.55
Hex51223A03A1C441492917
Octal1214272072341045115127
Binary1010001100010111010011101011100100010010100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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