Html Css Color HEX #512C41 Barossa

📋 copy color: '#512C41'

red 81 ◦ green 44 ◦ blue 65

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

Shades of Barossa #512C41

Tints of Barossa #512C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 42.63%
G = 23.16%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512C41 (or 0x512C41) is known color: Barossa. HEX triplet: 51, 2C and 41. RGB value is (81,44,65). Sum of RGB (Red+Green+Blue) = 81+44+65=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #512C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C41 is #AED3BE. Grayscale: #393939. Windows color (decimal): -11457471 or 4271185. OLE color: 4271185.

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

Color convert

RGB 81 44 65 -
CMYK 0 0.46 0.20 0.68
HSL 325.95º 0.3% 0.25% -
HSV(B) 325.95º 0.46% 0.32% -
XYZ 5.25 3.93 5.48 -
YUV 57.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 81 44 65 0 0.46 0.20 0.68 325.95 0.3 0.25
Hex 51 2C 41 0 2E 14 44 146 1E 19
Octal 121 54 101 0 56 24 104 506 36 31
Binary 1010001 101100 1000001 0 101110 10100 1000100 101000110 11110 11001

Color Harmonies of #512C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C41

Black with #512C41

Text Example


Text Example

White with #512C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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