Html Css Color HEX #53203E Barossa

📋 copy color: '#53203E'

red 83 ◦ green 32 ◦ blue 62

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

Shades of Barossa #53203E

Tints of Barossa #53203E

RGB

 RED value IS 83 (32.81% from 255) = 46.89%

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 46.89%
G = 18.08%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53203E (or 0x53203E) is known color: Barossa. HEX triplet: 53, 20 and 3E. RGB value is (83,32,62). Sum of RGB (Red+Green+Blue) = 83+32+62=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53203E is #ACDFC1. Grayscale: #323232. Windows color (decimal): -11329474 or 4071507. OLE color: 4071507.

HSL color Cylindrical-coordinate representation of color #53203E: hue angle of 324.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53203E is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 62 -
CMYK 0 0.61 0.25 0.67
HSL 324.71º 0.44% 0.23% -
HSV(B) 324.71º 0.61% 0.33% -
XYZ 4.95 3.22 4.92 -
YUV 50.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 83 32 62 0 0.61 0.25 0.67 324.71 0.44 0.23
Hex 53 20 3E 0 3D 19 43 145 2C 17
Octal 123 40 76 0 75 31 103 505 54 27
Binary 1010011 100000 111110 0 111101 11001 1000011 101000101 101100 10111

Color Harmonies of #53203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53203E

Black with #53203E

Text Example


Text Example

White with #53203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53203E; }

 p { color: rgb(83,32,62); }

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

background-color css

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

 a { background-color: rgb(83,32,62); }

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

border-color css

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

 span { border-color: rgb(83,32,62); }

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