Html Css Color HEX #52203C Barossa

📋 copy color: '#52203C'

red 82 ◦ green 32 ◦ blue 60

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

Shades of Barossa #52203C

Tints of Barossa #52203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 47.13%
G = 18.39%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52203C (or 0x52203C) is known color: Barossa. HEX triplet: 52, 20 and 3C. RGB value is (82,32,60). Sum of RGB (Red+Green+Blue) = 82+32+60=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203C is #ADDFC3. Grayscale: #323232. Windows color (decimal): -11395012 or 3940434. OLE color: 3940434.

HSL color Cylindrical-coordinate representation of color #52203C: hue angle of 326.4º 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 #52203C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 60 -
CMYK 0 0.61 0.27 0.68
HSL 326.4º 0.44% 0.22% -
HSV(B) 326.4º 0.61% 0.32% -
XYZ 4.81 3.15 4.63 -
YUV 50.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 82 32 60 0 0.61 0.27 0.68 326.4 0.44 0.22
Hex 52 20 3C 0 3D 1B 44 146 2C 16
Octal 122 40 74 0 75 33 104 506 54 26
Binary 1010010 100000 111100 0 111101 11011 1000100 101000110 101100 10110

Color Harmonies of #52203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52203C

Black with #52203C

Text Example


Text Example

White with #52203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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