Html Css Color HEX #53213A Barossa

📋 copy color: '#53213A'

red 83 ◦ green 33 ◦ blue 58

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

Shades of Barossa #53213A

Tints of Barossa #53213A

RGB

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

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

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

R = 47.7%
G = 18.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53213A (or 0x53213A) is known color: Barossa. HEX triplet: 53, 21 and 3A. RGB value is (83,33,58). Sum of RGB (Red+Green+Blue) = 83+33+58=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53213A is #ACDEC5. Grayscale: #323232. Windows color (decimal): -11329222 or 3809619. OLE color: 3809619.

HSL color Cylindrical-coordinate representation of color #53213A: hue angle of 330º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53213A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 58 -
CMYK 0 0.60 0.30 0.67
HSL 330º 0.43% 0.23% -
HSV(B) 330º 0.6% 0.33% -
XYZ 4.87 3.23 4.37 -
YUV 50.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 83 33 58 0 0.60 0.30 0.67 330 0.43 0.23
Hex 53 21 3A 0 3C 1E 43 14A 2B 17
Octal 123 41 72 0 74 36 103 512 53 27
Binary 1010011 100001 111010 0 111100 11110 1000011 101001010 101011 10111

Color Harmonies of #53213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53213A

Black with #53213A

Text Example


Text Example

White with #53213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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