Html Css Color HEX #512E41 Barossa

📋 copy color: '#512E41'

red 81 ◦ green 46 ◦ blue 65

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

Shades of Barossa #512E41

Tints of Barossa #512E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 42.19%
G = 23.96%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512E41 (or 0x512E41) is known color: Barossa. HEX triplet: 51, 2E and 41. RGB value is (81,46,65). Sum of RGB (Red+Green+Blue) = 81+46+65=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E41 is #AED1BE. Grayscale: #3A3A3A. Windows color (decimal): -11456959 or 4271697. OLE color: 4271697.

HSL color Cylindrical-coordinate representation of color #512E41: hue angle of 327.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E41 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 46 65 -
CMYK 0 0.43 0.20 0.68
HSL 327.43º 0.28% 0.25% -
HSV(B) 327.43º 0.43% 0.32% -
XYZ 5.32 4.08 5.51 -
YUV 58.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 81 46 65 0 0.43 0.20 0.68 327.43 0.28 0.25
Hex 51 2E 41 0 2B 14 44 147 1C 19
Octal 121 56 101 0 53 24 104 507 34 31
Binary 1010001 101110 1000001 0 101011 10100 1000100 101000111 11100 11001

Color Harmonies of #512E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E41

Black with #512E41

Text Example


Text Example

White with #512E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512E41; }

 p { color: rgb(81,46,65); }

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

background-color css

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

 a { background-color: rgb(81,46,65); }

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

border-color css

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

 span { border-color: rgb(81,46,65); }

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