#51223E

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

Shades of Barossa #51223E

Tints of Barossa #51223E

Color information

#51223E (or 0x51223E) is unknown color: approx Barossa. HEX triplet: 51, 22 and 3E. RGB value is (81,34,62). Sum of RGB (Red+Green+Blue) = 81+34+62=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51223E is #AEDDC1. Grayscale: #333333. Windows color (decimal): -11460034 or 4072017. OLE color: 4072017.

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

Color convert

RGB813462-
CMYK00.580.230.68
HSL324.26º40.87%22.55%-
HSV(B)324.26º58.02%31.76%-
XYZ4.833.244.93-
YUV51.24134.07149.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=45.76%
G=19.21%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81346200.580.230.68324.2640.8722.55
Hex51223E03A17441442917
Octal1214276072271045045127
Binary1010001100010111110011101010111100010010100010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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