Html Css Color HEX #52213A Barossa

📋 copy color: '#52213A'

red 82 ◦ green 33 ◦ blue 58

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

Shades of Barossa #52213A

Tints of Barossa #52213A

RGB

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

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

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

R = 47.4%
G = 19.08%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52213A (or 0x52213A) is known color: Barossa. HEX triplet: 52, 21 and 3A. RGB value is (82,33,58). Sum of RGB (Red+Green+Blue) = 82+33+58=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52213A is #ADDEC5. Grayscale: #323232. Windows color (decimal): -11394758 or 3809618. OLE color: 3809618.

HSL color Cylindrical-coordinate representation of color #52213A: hue angle of 329.39º 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 #52213A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 58 -
CMYK 0 0.60 0.29 0.68
HSL 329.39º 0.43% 0.23% -
HSV(B) 329.39º 0.6% 0.32% -
XYZ 4.79 3.19 4.37 -
YUV 50.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 82 33 58 0 0.60 0.29 0.68 329.39 0.43 0.23
Hex 52 21 3A 0 3C 1D 44 149 2B 17
Octal 122 41 72 0 74 35 104 511 53 27
Binary 1010010 100001 111010 0 111100 11101 1000100 101001001 101011 10111

Color Harmonies of #52213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52213A

Black with #52213A

Text Example


Text Example

White with #52213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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