Html Css Color HEX #52203A Barossa

📋 copy color: '#52203A'

red 82 ◦ green 32 ◦ blue 58

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

Shades of Barossa #52203A

Tints of Barossa #52203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 47.67%
G = 18.6%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52203A (or 0x52203A) is known color: Barossa. HEX triplet: 52, 20 and 3A. RGB value is (82,32,58). Sum of RGB (Red+Green+Blue) = 82+32+58=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #52203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203A is #ADDFC5. Grayscale: #313131. Windows color (decimal): -11395014 or 3809362. OLE color: 3809362.

HSL color Cylindrical-coordinate representation of color #52203A: hue angle of 328.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52203A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 58 -
CMYK 0 0.61 0.29 0.68
HSL 328.8º 0.44% 0.22% -
HSV(B) 328.8º 0.61% 0.32% -
XYZ 4.76 3.13 4.36 -
YUV 49.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 82 32 58 0 0.61 0.29 0.68 328.8 0.44 0.22
Hex 52 20 3A 0 3D 1D 44 149 2C 16
Octal 122 40 72 0 75 35 104 511 54 26
Binary 1010010 100000 111010 0 111101 11101 1000100 101001001 101100 10110

Color Harmonies of #52203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52203A

Black with #52203A

Text Example


Text Example

White with #52203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52203A; }

 p { color: rgb(82,32,58); }

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

background-color css

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

 a { background-color: rgb(82,32,58); }

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

border-color css

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

 span { border-color: rgb(82,32,58); }

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