Html Css Color HEX #512539 Barossa

📋 copy color: '#512539'

red 81 ◦ green 37 ◦ blue 57

#512539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #512539

Tints of Barossa #512539

RGB

 RED value IS 81 (32.03% from 255) = 46.29%

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 46.29%
G = 21.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512539 (or 0x512539) is known color: Barossa. HEX triplet: 51, 25 and 39. RGB value is (81,37,57). Sum of RGB (Red+Green+Blue) = 81+37+57=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #512539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512539 is #AEDAC6. Grayscale: #343434. Windows color (decimal): -11459271 or 3745105. OLE color: 3745105.

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

Color convert

RGB 81 37 57 -
CMYK 0 0.54 0.30 0.68
HSL 332.73º 0.37% 0.23% -
HSV(B) 332.73º 0.54% 0.32% -
XYZ 4.79 3.37 4.27 -
YUV 52.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 81 37 57 0 0.54 0.30 0.68 332.73 0.37 0.23
Hex 51 25 39 0 36 1E 44 14D 25 17
Octal 121 45 71 0 66 36 104 515 45 27
Binary 1010001 100101 111001 0 110110 11110 1000100 101001101 100101 10111

Color Harmonies of #512539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512539

Black with #512539

Text Example


Text Example

White with #512539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512539; }

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

 H1.HeaderClassName
 {
   color: #512539;
 }
 .AnyTagClassName
 {
   color: #512539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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