Html Css Color HEX #512E3C Barossa

📋 copy color: '#512E3C'

red 81 ◦ green 46 ◦ blue 60

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

Shades of Barossa #512E3C

Tints of Barossa #512E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 43.32%
G = 24.6%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#512E3C (or 0x512E3C) is known color: Barossa. HEX triplet: 51, 2E and 3C. RGB value is (81,46,60). Sum of RGB (Red+Green+Blue) = 81+46+60=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #512E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E3C is #AED1C3. Grayscale: #3A3A3A. Windows color (decimal): -11456964 or 3944017. OLE color: 3944017.

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

Color convert

RGB 81 46 60 -
CMYK 0 0.43 0.26 0.68
HSL 336º 0.28% 0.25% -
HSV(B) 336º 0.43% 0.32% -
XYZ 5.19 4.03 4.78 -
YUV 58.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 81 46 60 0 0.43 0.26 0.68 336 0.28 0.25
Hex 51 2E 3C 0 2B 1A 44 150 1C 19
Octal 121 56 74 0 53 32 104 520 34 31
Binary 1010001 101110 111100 0 101011 11010 1000100 101010000 11100 11001

Color Harmonies of #512E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E3C

Black with #512E3C

Text Example


Text Example

White with #512E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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