Html Css Color HEX #53323A Wine Berry

📋 copy color: '#53323A'

red 83 ◦ green 50 ◦ blue 58

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

Shades of Wine Berry #53323A

Tints of Wine Berry #53323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 43.46%
G = 26.18%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53323A (or 0x53323A) is known color: Wine Berry. HEX triplet: 53, 32 and 3A. RGB value is (83,50,58). Sum of RGB (Red+Green+Blue) = 83+50+58=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53323A is #ACCDC5. Grayscale: #3C3C3C. Windows color (decimal): -11324870 or 3813971. OLE color: 3813971.

HSL color Cylindrical-coordinate representation of color #53323A: hue angle of 345.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53323A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 58 -
CMYK 0 0.40 0.30 0.67
HSL 345.45º 0.25% 0.26% -
HSV(B) 345.45º 0.4% 0.33% -
XYZ 5.47 4.43 4.57 -
YUV 60.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 83 50 58 0 0.40 0.30 0.67 345.45 0.25 0.26
Hex 53 32 3A 0 28 1E 43 159 19 1A
Octal 123 62 72 0 50 36 103 531 31 32
Binary 1010011 110010 111010 0 101000 11110 1000011 101011001 11001 11010

Color Harmonies of #53323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53323A

Black with #53323A

Text Example


Text Example

White with #53323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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