#512240

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

Shades of Barossa #512240

Tints of Barossa #512240

Color information

#512240 (or 0x512240) is unknown color: approx Barossa. HEX triplet: 51, 22 and 40. RGB value is (81,34,64). Sum of RGB (Red+Green+Blue) = 81+34+64=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512240 is #AEDDBF. Grayscale: #333333. Windows color (decimal): -11460032 or 4203089. OLE color: 4203089.

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

Color convert

RGB813464-
CMYK00.580.210.68
HSL321.7º40.87%22.55%-
HSV(B)321.7º58.02%31.76%-
XYZ4.893.265.22-
YUV51.47135.07149.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=45.25%
G=18.99%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81346400.580.210.68321.740.8722.55
Hex51224003A15441422917
Octal12142100072251045025127
Binary10100011000101000000011101010101100010010100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512240; }

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

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

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

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

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

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

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

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