Html Css Color HEX #53343A Wine Berry

📋 copy color: '#53343A'

red 83 ◦ green 52 ◦ blue 58

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

Shades of Wine Berry #53343A

Tints of Wine Berry #53343A

RGB

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

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

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

R = 43.01%
G = 26.94%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53343A (or 0x53343A) is known color: Wine Berry. HEX triplet: 53, 34 and 3A. RGB value is (83,52,58). Sum of RGB (Red+Green+Blue) = 83+52+58=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53343A is #ACCBC5. Grayscale: #3D3D3D. Windows color (decimal): -11324358 or 3814483. OLE color: 3814483.

HSL color Cylindrical-coordinate representation of color #53343A: hue angle of 348.39º 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 #53343A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 58 -
CMYK 0 0.37 0.30 0.67
HSL 348.39º 0.23% 0.26% -
HSV(B) 348.39º 0.37% 0.33% -
XYZ 5.56 4.6 4.6 -
YUV 61.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 83 52 58 0 0.37 0.30 0.67 348.39 0.23 0.26
Hex 53 34 3A 0 25 1E 43 15C 17 1A
Octal 123 64 72 0 45 36 103 534 27 32
Binary 1010011 110100 111010 0 100101 11110 1000011 101011100 10111 11010

Color Harmonies of #53343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53343A

Black with #53343A

Text Example


Text Example

White with #53343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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