Html Css Color HEX #53213B Barossa

📋 copy color: '#53213B'

red 83 ◦ green 33 ◦ blue 59

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

Shades of Barossa #53213B

Tints of Barossa #53213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 47.43%
G = 18.86%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53213B (or 0x53213B) is known color: Barossa. HEX triplet: 53, 21 and 3B. RGB value is (83,33,59). Sum of RGB (Red+Green+Blue) = 83+33+59=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53213B is #ACDEC4. Grayscale: #323232. Windows color (decimal): -11329221 or 3875155. OLE color: 3875155.

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

Color convert

RGB 83 33 59 -
CMYK 0 0.60 0.29 0.67
HSL 328.8º 0.43% 0.23% -
HSV(B) 328.8º 0.6% 0.33% -
XYZ 4.9 3.24 4.51 -
YUV 50.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 83 33 59 0 0.60 0.29 0.67 328.8 0.43 0.23
Hex 53 21 3B 0 3C 1D 43 149 2B 17
Octal 123 41 73 0 74 35 103 511 53 27
Binary 1010011 100001 111011 0 111100 11101 1000011 101001001 101011 10111

Color Harmonies of #53213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53213B

Black with #53213B

Text Example


Text Example

White with #53213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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