Html Css Color HEX #522140 Barossa

📋 copy color: '#522140'

red 82 ◦ green 33 ◦ blue 64

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

Shades of Barossa #522140

Tints of Barossa #522140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 45.81%
G = 18.44%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#522140 (or 0x522140) is known color: Barossa. HEX triplet: 52, 21 and 40. RGB value is (82,33,64). Sum of RGB (Red+Green+Blue) = 82+33+64=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #522140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522140 is #ADDEBF. Grayscale: #333333. Windows color (decimal): -11394752 or 4202834. OLE color: 4202834.

HSL color Cylindrical-coordinate representation of color #522140: hue angle of 322.04º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522140 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 64 -
CMYK 0 0.60 0.22 0.68
HSL 322.04º 0.43% 0.23% -
HSV(B) 322.04º 0.6% 0.32% -
XYZ 4.95 3.25 5.22 -
YUV 51.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 82 33 64 0 0.60 0.22 0.68 322.04 0.43 0.23
Hex 52 21 40 0 3C 16 44 142 2B 17
Octal 122 41 100 0 74 26 104 502 53 27
Binary 1010010 100001 1000000 0 111100 10110 1000100 101000010 101011 10111

Color Harmonies of #522140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522140

Black with #522140

Text Example


Text Example

White with #522140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522140; }

 p { color: rgb(82,33,64); }

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

background-color css

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

 a { background-color: rgb(82,33,64); }

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

border-color css

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

 span { border-color: rgb(82,33,64); }

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