Html Css Color HEX #522942 Barossa

📋 copy color: '#522942'

red 82 ◦ green 41 ◦ blue 66

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

Shades of Barossa #522942

Tints of Barossa #522942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 43.39%
G = 21.69%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#522942 (or 0x522942) is known color: Barossa. HEX triplet: 52, 29 and 42. RGB value is (82,41,66). Sum of RGB (Red+Green+Blue) = 82+41+66=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #522942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522942 is #ADD6BD. Grayscale: #383838. Windows color (decimal): -11392702 or 4335954. OLE color: 4335954.

HSL color Cylindrical-coordinate representation of color #522942: hue angle of 323.41º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522942 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 66 -
CMYK 0 0.50 0.20 0.68
HSL 323.41º 0.33% 0.24% -
HSV(B) 323.41º 0.5% 0.32% -
XYZ 5.26 3.77 5.61 -
YUV 56.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 82 41 66 0 0.50 0.20 0.68 323.41 0.33 0.24
Hex 52 29 42 0 32 14 44 143 21 18
Octal 122 51 102 0 62 24 104 503 41 30
Binary 1010010 101001 1000010 0 110010 10100 1000100 101000011 100001 11000

Color Harmonies of #522942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522942

Black with #522942

Text Example


Text Example

White with #522942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522942; }

 p { color: rgb(82,41,66); }

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

background-color css

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

 a { background-color: rgb(82,41,66); }

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

border-color css

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

 span { border-color: rgb(82,41,66); }

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