Html Css Color HEX #53223B Barossa

📋 copy color: '#53223B'

red 83 ◦ green 34 ◦ blue 59

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

Shades of Barossa #53223B

Tints of Barossa #53223B

RGB

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

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

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

R = 47.16%
G = 19.32%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53223B (or 0x53223B) is known color: Barossa. HEX triplet: 53, 22 and 3B. RGB value is (83,34,59). Sum of RGB (Red+Green+Blue) = 83+34+59=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53223B is #ACDDC4. Grayscale: #333333. Windows color (decimal): -11328965 or 3875411. OLE color: 3875411.

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

Color convert

RGB 83 34 59 -
CMYK 0 0.59 0.29 0.67
HSL 329.39º 0.42% 0.23% -
HSV(B) 329.39º 0.59% 0.33% -
XYZ 4.93 3.3 4.51 -
YUV 51.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 83 34 59 0 0.59 0.29 0.67 329.39 0.42 0.23
Hex 53 22 3B 0 3B 1D 43 149 2A 17
Octal 123 42 73 0 73 35 103 511 52 27
Binary 1010011 100010 111011 0 111011 11101 1000011 101001001 101010 10111

Color Harmonies of #53223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53223B

Black with #53223B

Text Example


Text Example

White with #53223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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