Html Css Color HEX #53213E Barossa

📋 copy color: '#53213E'

red 83 ◦ green 33 ◦ blue 62

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

Shades of Barossa #53213E

Tints of Barossa #53213E

RGB

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

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

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

R = 46.63%
G = 18.54%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53213E (or 0x53213E) is known color: Barossa. HEX triplet: 53, 21 and 3E. RGB value is (83,33,62). Sum of RGB (Red+Green+Blue) = 83+33+62=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53213E is #ACDEC1. Grayscale: #333333. Windows color (decimal): -11329218 or 4071763. OLE color: 4071763.

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

Color convert

RGB 83 33 62 -
CMYK 0 0.60 0.25 0.67
HSL 325.2º 0.43% 0.23% -
HSV(B) 325.2º 0.6% 0.33% -
XYZ 4.98 3.27 4.93 -
YUV 51.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 83 33 62 0 0.60 0.25 0.67 325.2 0.43 0.23
Hex 53 21 3E 0 3C 19 43 145 2B 17
Octal 123 41 76 0 74 31 103 505 53 27
Binary 1010011 100001 111110 0 111100 11001 1000011 101000101 101011 10111

Color Harmonies of #53213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53213E

Black with #53213E

Text Example


Text Example

White with #53213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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