Html Css Color HEX #522741 Barossa

📋 copy color: '#522741'

red 82 ◦ green 39 ◦ blue 65

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

Shades of Barossa #522741

Tints of Barossa #522741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.97%

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

R = 44.09%
G = 20.97%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522741 (or 0x522741) is known color: Barossa. HEX triplet: 52, 27 and 41. RGB value is (82,39,65). Sum of RGB (Red+Green+Blue) = 82+39+65=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #522741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522741 is #ADD8BE. Grayscale: #363636. Windows color (decimal): -11393215 or 4269906. OLE color: 4269906.

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

Color convert

RGB 82 39 65 -
CMYK 0 0.52 0.21 0.68
HSL 323.72º 0.36% 0.24% -
HSV(B) 323.72º 0.52% 0.32% -
XYZ 5.16 3.63 5.43 -
YUV 54.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 82 39 65 0 0.52 0.21 0.68 323.72 0.36 0.24
Hex 52 27 41 0 34 15 44 144 24 18
Octal 122 47 101 0 64 25 104 504 44 30
Binary 1010010 100111 1000001 0 110100 10101 1000100 101000100 100100 11000

Color Harmonies of #522741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522741

Black with #522741

Text Example


Text Example

White with #522741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522741; }

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

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

background-color css

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

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

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

border-color css

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

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

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