Html Css Color HEX #522541 Barossa

📋 copy color: '#522541'

red 82 ◦ green 37 ◦ blue 65

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

Shades of Barossa #522541

Tints of Barossa #522541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

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

R = 44.57%
G = 20.11%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522541 (or 0x522541) is known color: Barossa. HEX triplet: 52, 25 and 41. RGB value is (82,37,65). Sum of RGB (Red+Green+Blue) = 82+37+65=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522541 is #ADDABE. Grayscale: #353535. Windows color (decimal): -11393727 or 4269394. OLE color: 4269394.

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

Color convert

RGB 82 37 65 -
CMYK 0 0.55 0.21 0.68
HSL 322.67º 0.38% 0.23% -
HSV(B) 322.67º 0.55% 0.32% -
XYZ 5.1 3.5 5.41 -
YUV 53.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 82 37 65 0 0.55 0.21 0.68 322.67 0.38 0.23
Hex 52 25 41 0 37 15 44 143 26 17
Octal 122 45 101 0 67 25 104 503 46 27
Binary 1010010 100101 1000001 0 110111 10101 1000100 101000011 100110 10111

Color Harmonies of #522541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522541

Black with #522541

Text Example


Text Example

White with #522541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522541; }

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

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

background-color css

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

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

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

border-color css

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

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

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