Html Css Color HEX #523144 Barossa

📋 copy color: '#523144'

red 82 ◦ green 49 ◦ blue 68

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

Shades of Barossa #523144

Tints of Barossa #523144

RGB

 RED value IS 82 (32.42% from 255) = 41.21%

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 41.21%
G = 24.62%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#523144 (or 0x523144) is known color: Barossa. HEX triplet: 52, 31 and 44. RGB value is (82,49,68). Sum of RGB (Red+Green+Blue) = 82+49+68=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #523144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523144 is #ADCEBB. Grayscale: #3C3C3C. Windows color (decimal): -11390652 or 4469074. OLE color: 4469074.

HSL color Cylindrical-coordinate representation of color #523144: hue angle of 325.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523144 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 68 -
CMYK 0 0.40 0.17 0.68
HSL 325.45º 0.25% 0.26% -
HSV(B) 325.45º 0.4% 0.32% -
XYZ 5.62 4.41 6.02 -
YUV 61.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 82 49 68 0 0.40 0.17 0.68 325.45 0.25 0.26
Hex 52 31 44 0 28 11 44 145 19 1A
Octal 122 61 104 0 50 21 104 505 31 32
Binary 1010010 110001 1000100 0 101000 10001 1000100 101000101 11001 11010

Color Harmonies of #523144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523144

Black with #523144

Text Example


Text Example

White with #523144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523144; }

 p { color: rgb(82,49,68); }

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

background-color css

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

 a { background-color: rgb(82,49,68); }

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

border-color css

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

 span { border-color: rgb(82,49,68); }

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