Html Css Color HEX #53373D Wine Berry

📋 copy color: '#53373D'

red 83 ◦ green 55 ◦ blue 61

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

Shades of Wine Berry #53373D

Tints of Wine Berry #53373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 41.71%
G = 27.64%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#53373D (or 0x53373D) is known color: Wine Berry. HEX triplet: 53, 37 and 3D. RGB value is (83,55,61). Sum of RGB (Red+Green+Blue) = 83+55+61=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373D is #ACC8C2. Grayscale: #404040. Windows color (decimal): -11323587 or 4011859. OLE color: 4011859.

HSL color Cylindrical-coordinate representation of color #53373D: hue angle of 347.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53373D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 61 -
CMYK 0 0.34 0.27 0.67
HSL 347.14º 0.2% 0.27% -
HSV(B) 347.14º 0.34% 0.33% -
XYZ 5.78 4.91 5.06 -
YUV 64.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 83 55 61 0 0.34 0.27 0.67 347.14 0.2 0.27
Hex 53 37 3D 0 22 1B 43 15B 14 1B
Octal 123 67 75 0 42 33 103 533 24 33
Binary 1010011 110111 111101 0 100010 11011 1000011 101011011 10100 11011

Color Harmonies of #53373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53373D

Black with #53373D

Text Example


Text Example

White with #53373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53373D; }

 p { color: rgb(83,55,61); }

 H1.HeaderClassName
 {
   color: #53373D;
 }
 .AnyTagClassName
 {
   color: #53373D;
 }
</style>

background-color css

<style>
 a { background-color: #53373D; }

 a { background-color: rgb(83,55,61); }

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

border-color css

<style>
 span { border-color: #53373D; }

 span { border-color: rgb(83,55,61); }

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