Html Css Color HEX #53223F Barossa

📋 copy color: '#53223F'

red 83 ◦ green 34 ◦ blue 63

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

Shades of Barossa #53223F

Tints of Barossa #53223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 46.11%
G = 18.89%
B = 35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53223F (or 0x53223F) is known color: Barossa. HEX triplet: 53, 22 and 3F. RGB value is (83,34,63). Sum of RGB (Red+Green+Blue) = 83+34+63=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53223F is #ACDDC0. Grayscale: #333333. Windows color (decimal): -11328961 or 4137555. OLE color: 4137555.

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

Color convert

RGB 83 34 63 -
CMYK 0 0.59 0.24 0.67
HSL 324.49º 0.42% 0.23% -
HSV(B) 324.49º 0.59% 0.33% -
XYZ 5.04 3.34 5.08 -
YUV 51.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 83 34 63 0 0.59 0.24 0.67 324.49 0.42 0.23
Hex 53 22 3F 0 3B 18 43 144 2A 17
Octal 123 42 77 0 73 30 103 504 52 27
Binary 1010011 100010 111111 0 111011 11000 1000011 101000100 101010 10111

Color Harmonies of #53223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53223F

Black with #53223F

Text Example


Text Example

White with #53223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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