Html Css Color HEX #512D42 Barossa

📋 copy color: '#512D42'

red 81 ◦ green 45 ◦ blue 66

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

Shades of Barossa #512D42

Tints of Barossa #512D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 42.19%
G = 23.44%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#512D42 (or 0x512D42) is known color: Barossa. HEX triplet: 51, 2D and 42. RGB value is (81,45,66). Sum of RGB (Red+Green+Blue) = 81+45+66=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #512D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D42 is #AED2BD. Grayscale: #3A3A3A. Windows color (decimal): -11457214 or 4336977. OLE color: 4336977.

HSL color Cylindrical-coordinate representation of color #512D42: hue angle of 325º 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 #512D42 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 45 66 -
CMYK 0 0.44 0.19 0.68
HSL 325º 0.29% 0.25% -
HSV(B) 325º 0.44% 0.32% -
XYZ 5.32 4.02 5.65 -
YUV 58.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 81 45 66 0 0.44 0.19 0.68 325 0.29 0.25
Hex 51 2D 42 0 2C 13 44 145 1D 19
Octal 121 55 102 0 54 23 104 505 35 31
Binary 1010001 101101 1000010 0 101100 10011 1000100 101000101 11101 11001

Color Harmonies of #512D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512D42

Black with #512D42

Text Example


Text Example

White with #512D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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