Html Css Color HEX #512D41 Barossa

📋 copy color: '#512D41'

red 81 ◦ green 45 ◦ blue 65

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

Shades of Barossa #512D41

Tints of Barossa #512D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.56%

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

R = 42.41%
G = 23.56%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#512D41 (or 0x512D41) is known color: Barossa. HEX triplet: 51, 2D and 41. RGB value is (81,45,65). Sum of RGB (Red+Green+Blue) = 81+45+65=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #512D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D41 is #AED2BE. Grayscale: #393939. Windows color (decimal): -11457215 or 4271441. OLE color: 4271441.

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

Color convert

RGB 81 45 65 -
CMYK 0 0.44 0.20 0.68
HSL 326.67º 0.29% 0.25% -
HSV(B) 326.67º 0.44% 0.32% -
XYZ 5.29 4.01 5.5 -
YUV 58.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 81 45 65 0 0.44 0.20 0.68 326.67 0.29 0.25
Hex 51 2D 41 0 2C 14 44 147 1D 19
Octal 121 55 101 0 54 24 104 507 35 31
Binary 1010001 101101 1000001 0 101100 10100 1000100 101000111 11101 11001

Color Harmonies of #512D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D41

Black with #512D41

Text Example


Text Example

White with #512D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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