Html Css Color HEX #522641 Barossa

📋 copy color: '#522641'

red 82 ◦ green 38 ◦ blue 65

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

Shades of Barossa #522641

Tints of Barossa #522641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 44.32%
G = 20.54%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522641 (or 0x522641) is known color: Barossa. HEX triplet: 52, 26 and 41. RGB value is (82,38,65). Sum of RGB (Red+Green+Blue) = 82+38+65=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522641 is #ADD9BE. Grayscale: #363636. Windows color (decimal): -11393471 or 4269650. OLE color: 4269650.

HSL color Cylindrical-coordinate representation of color #522641: hue angle of 323.18º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522641 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 38 65 -
CMYK 0 0.54 0.21 0.68
HSL 323.18º 0.37% 0.24% -
HSV(B) 323.18º 0.54% 0.32% -
XYZ 5.13 3.56 5.42 -
YUV 54.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 82 38 65 0 0.54 0.21 0.68 323.18 0.37 0.24
Hex 52 26 41 0 36 15 44 143 25 18
Octal 122 46 101 0 66 25 104 503 45 30
Binary 1010010 100110 1000001 0 110110 10101 1000100 101000011 100101 11000

Color Harmonies of #522641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522641

Black with #522641

Text Example


Text Example

White with #522641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522641; }

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

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

background-color css

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

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

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

border-color css

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

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

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