Html Css Color HEX #512039 Barossa

📋 copy color: '#512039'

red 81 ◦ green 32 ◦ blue 57

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

Shades of Barossa #512039

Tints of Barossa #512039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

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

R = 47.65%
G = 18.82%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512039 (or 0x512039) is known color: Barossa. HEX triplet: 51, 20 and 39. RGB value is (81,32,57). Sum of RGB (Red+Green+Blue) = 81+32+57=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512039 is #AEDFC6. Grayscale: #313131. Windows color (decimal): -11460551 or 3743825. OLE color: 3743825.

HSL color Cylindrical-coordinate representation of color #512039: hue angle of 329.39º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512039 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 57 -
CMYK 0 0.60 0.30 0.68
HSL 329.39º 0.43% 0.22% -
HSV(B) 329.39º 0.6% 0.32% -
XYZ 4.65 3.08 4.22 -
YUV 49.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 81 32 57 0 0.60 0.30 0.68 329.39 0.43 0.22
Hex 51 20 39 0 3C 1E 44 149 2B 16
Octal 121 40 71 0 74 36 104 511 53 26
Binary 1010001 100000 111001 0 111100 11110 1000100 101001001 101011 10110

Color Harmonies of #512039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512039

Black with #512039

Text Example


Text Example

White with #512039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512039; }

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

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

background-color css

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

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

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

border-color css

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

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

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