Html Css Color HEX #522441 Barossa

📋 copy color: '#522441'

red 82 ◦ green 36 ◦ blue 65

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

Shades of Barossa #522441

Tints of Barossa #522441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 44.81%
G = 19.67%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#522441 (or 0x522441) is known color: Barossa. HEX triplet: 52, 24 and 41. RGB value is (82,36,65). Sum of RGB (Red+Green+Blue) = 82+36+65=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522441 is #ADDBBE. Grayscale: #343434. Windows color (decimal): -11393983 or 4269138. OLE color: 4269138.

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

Color convert

RGB 82 36 65 -
CMYK 0 0.56 0.21 0.68
HSL 322.17º 0.39% 0.23% -
HSV(B) 322.17º 0.56% 0.32% -
XYZ 5.06 3.44 5.4 -
YUV 53.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 82 36 65 0 0.56 0.21 0.68 322.17 0.39 0.23
Hex 52 24 41 0 38 15 44 142 27 17
Octal 122 44 101 0 70 25 104 502 47 27
Binary 1010010 100100 1000001 0 111000 10101 1000100 101000010 100111 10111

Color Harmonies of #522441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522441

Black with #522441

Text Example


Text Example

White with #522441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522441; }

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

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

background-color css

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

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

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

border-color css

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

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

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