Html Css Color HEX #53223A Barossa

📋 copy color: '#53223A'

red 83 ◦ green 34 ◦ blue 58

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

Shades of Barossa #53223A

Tints of Barossa #53223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 47.43%
G = 19.43%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53223A (or 0x53223A) is known color: Barossa. HEX triplet: 53, 22 and 3A. RGB value is (83,34,58). Sum of RGB (Red+Green+Blue) = 83+34+58=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53223A is #ACDDC5. Grayscale: #333333. Windows color (decimal): -11328966 or 3809875. OLE color: 3809875.

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

Color convert

RGB 83 34 58 -
CMYK 0 0.59 0.30 0.67
HSL 330.61º 0.42% 0.23% -
HSV(B) 330.61º 0.59% 0.33% -
XYZ 4.9 3.29 4.38 -
YUV 51.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 83 34 58 0 0.59 0.30 0.67 330.61 0.42 0.23
Hex 53 22 3A 0 3B 1E 43 14B 2A 17
Octal 123 42 72 0 73 36 103 513 52 27
Binary 1010011 100010 111010 0 111011 11110 1000011 101001011 101010 10111

Color Harmonies of #53223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53223A

Black with #53223A

Text Example


Text Example

White with #53223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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