Html Css Color HEX #512639 Barossa

📋 copy color: '#512639'

red 81 ◦ green 38 ◦ blue 57

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

Shades of Barossa #512639

Tints of Barossa #512639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 46.02%
G = 21.59%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#512639 (or 0x512639) is known color: Barossa. HEX triplet: 51, 26 and 39. RGB value is (81,38,57). Sum of RGB (Red+Green+Blue) = 81+38+57=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #512639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512639 is #AED9C6. Grayscale: #343434. Windows color (decimal): -11459015 or 3745361. OLE color: 3745361.

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

Color convert

RGB 81 38 57 -
CMYK 0 0.53 0.30 0.68
HSL 333.49º 0.36% 0.23% -
HSV(B) 333.49º 0.53% 0.32% -
XYZ 4.82 3.43 4.28 -
YUV 53.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 81 38 57 0 0.53 0.30 0.68 333.49 0.36 0.23
Hex 51 26 39 0 35 1E 44 14D 24 17
Octal 121 46 71 0 65 36 104 515 44 27
Binary 1010001 100110 111001 0 110101 11110 1000100 101001101 100100 10111

Color Harmonies of #512639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512639

Black with #512639

Text Example


Text Example

White with #512639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512639; }

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

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

background-color css

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

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

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

border-color css

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

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

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