Html Css Color HEX #523141 Barossa

📋 copy color: '#523141'

red 82 ◦ green 49 ◦ blue 65

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

Shades of Barossa #523141

Tints of Barossa #523141

RGB

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

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

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

R = 41.84%
G = 25%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#523141 (or 0x523141) is known color: Barossa. HEX triplet: 52, 31 and 41. RGB value is (82,49,65). Sum of RGB (Red+Green+Blue) = 82+49+65=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523141 is #ADCEBE. Grayscale: #3C3C3C. Windows color (decimal): -11390655 or 4272466. OLE color: 4272466.

HSL color Cylindrical-coordinate representation of color #523141: hue angle of 330.91º 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 #523141 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 65 -
CMYK 0 0.40 0.21 0.68
HSL 330.91º 0.25% 0.26% -
HSV(B) 330.91º 0.4% 0.32% -
XYZ 5.53 4.37 5.55 -
YUV 60.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 82 49 65 0 0.40 0.21 0.68 330.91 0.25 0.26
Hex 52 31 41 0 28 15 44 14B 19 1A
Octal 122 61 101 0 50 25 104 513 31 32
Binary 1010010 110001 1000001 0 101000 10101 1000100 101001011 11001 11010

Color Harmonies of #523141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523141

Black with #523141

Text Example


Text Example

White with #523141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523141; }

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

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

background-color css

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

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

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

border-color css

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

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

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