Html Css Color HEX #512339 Barossa

📋 copy color: '#512339'

red 81 ◦ green 35 ◦ blue 57

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

Shades of Barossa #512339

Tints of Barossa #512339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 46.82%
G = 20.23%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512339 (or 0x512339) is known color: Barossa. HEX triplet: 51, 23 and 39. RGB value is (81,35,57). Sum of RGB (Red+Green+Blue) = 81+35+57=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #512339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512339 is #AEDCC6. Grayscale: #333333. Windows color (decimal): -11459783 or 3744593. OLE color: 3744593.

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

Color convert

RGB 81 35 57 -
CMYK 0 0.57 0.30 0.68
HSL 331.3º 0.4% 0.23% -
HSV(B) 331.3º 0.57% 0.32% -
XYZ 4.73 3.25 4.25 -
YUV 51.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 81 35 57 0 0.57 0.30 0.68 331.3 0.4 0.23
Hex 51 23 39 0 39 1E 44 14B 28 17
Octal 121 43 71 0 71 36 104 513 50 27
Binary 1010001 100011 111001 0 111001 11110 1000100 101001011 101000 10111

Color Harmonies of #512339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512339

Black with #512339

Text Example


Text Example

White with #512339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512339; }

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

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

background-color css

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

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

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

border-color css

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

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

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