Html Css Color HEX #52203F Barossa

📋 copy color: '#52203F'

red 82 ◦ green 32 ◦ blue 63

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

Shades of Barossa #52203F

Tints of Barossa #52203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.59%

R = 46.33%
G = 18.08%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52203F (or 0x52203F) is known color: Barossa. HEX triplet: 52, 20 and 3F. RGB value is (82,32,63). Sum of RGB (Red+Green+Blue) = 82+32+63=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52203F is #ADDFC0. Grayscale: #323232. Windows color (decimal): -11395009 or 4137042. OLE color: 4137042.

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

Color convert

RGB 82 32 63 -
CMYK 0 0.61 0.23 0.68
HSL 322.8º 0.44% 0.22% -
HSV(B) 322.8º 0.61% 0.32% -
XYZ 4.89 3.19 5.06 -
YUV 50.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 82 32 63 0 0.61 0.23 0.68 322.8 0.44 0.22
Hex 52 20 3F 0 3D 17 44 143 2C 16
Octal 122 40 77 0 75 27 104 503 54 26
Binary 1010010 100000 111111 0 111101 10111 1000100 101000011 101100 10110

Color Harmonies of #52203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52203F

Black with #52203F

Text Example


Text Example

White with #52203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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