#512439

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

Shades of Barossa #512439

Tints of Barossa #512439

Color information

#512439 (or 0x512439) is unknown color: approx Barossa. HEX triplet: 51, 24 and 39. RGB value is (81,36,57). Sum of RGB (Red+Green+Blue) = 81+36+57=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512439 is #AEDBC6. Grayscale: #333333. Windows color (decimal): -11459527 or 3744849. OLE color: 3744849.

HSL color Cylindrical-coordinate representation of color #512439: hue angle of 332º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512439 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB813657-
CMYK00.560.300.68
HSL332º38.46%22.94%-
HSV(B)332º55.56%31.76%-
XYZ4.763.314.26-
YUV51.85130.91148.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 57 (22.66% from 255) = 32.76%
R=46.55%
G=20.69%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81365700.560.300.6833238.4622.94
Hex5124390381E4414c2617
Octal1214471070361045144627
Binary1010001100100111001011100011110100010010100110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512439; }

 p { color: rgb(81,36,57); }

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

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

 a { background-color: rgb(81,36,57); }

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

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

 span { border-color: rgb(81,36,57); }

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