Html Css Color HEX #53343B Wine Berry

📋 copy color: '#53343B'

red 83 ◦ green 52 ◦ blue 59

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

Shades of Wine Berry #53343B

Tints of Wine Berry #53343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 42.78%
G = 26.8%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53343B (or 0x53343B) is known color: Wine Berry. HEX triplet: 53, 34 and 3B. RGB value is (83,52,59). Sum of RGB (Red+Green+Blue) = 83+52+59=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #53343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343B is #ACCBC4. Grayscale: #3E3E3E. Windows color (decimal): -11324357 or 3880019. OLE color: 3880019.

HSL color Cylindrical-coordinate representation of color #53343B: hue angle of 346.45º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53343B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 59 -
CMYK 0 0.37 0.29 0.67
HSL 346.45º 0.23% 0.26% -
HSV(B) 346.45º 0.37% 0.33% -
XYZ 5.58 4.61 4.73 -
YUV 62.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 83 52 59 0 0.37 0.29 0.67 346.45 0.23 0.26
Hex 53 34 3B 0 25 1D 43 15A 17 1A
Octal 123 64 73 0 45 35 103 532 27 32
Binary 1010011 110100 111011 0 100101 11101 1000011 101011010 10111 11010

Color Harmonies of #53343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53343B

Black with #53343B

Text Example


Text Example

White with #53343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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