Html Css Color HEX #55353D Wine Berry

📋 copy color: '#55353D'

red 85 ◦ green 53 ◦ blue 61

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

Shades of Wine Berry #55353D

Tints of Wine Berry #55353D

RGB

 RED value IS 85 (33.59% from 255) = 42.71%

 GREEN value IS 53 (21.09% from 255) = 26.63%

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

R = 42.71%
G = 26.63%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55353D (or 0x55353D) is known color: Wine Berry. HEX triplet: 55, 35 and 3D. RGB value is (85,53,61). Sum of RGB (Red+Green+Blue) = 85+53+61=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353D is #AACAC2. Grayscale: #3F3F3F. Windows color (decimal): -11193027 or 4011349. OLE color: 4011349.

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

Color convert

RGB 85 53 61 -
CMYK 0 0.38 0.28 0.67
HSL 345º 0.23% 0.27% -
HSV(B) 345º 0.38% 0.33% -
XYZ 5.86 4.81 5.04 -
YUV 63.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 85 53 61 0 0.38 0.28 0.67 345 0.23 0.27
Hex 55 35 3D 0 26 1C 43 159 17 1B
Octal 125 65 75 0 46 34 103 531 27 33
Binary 1010101 110101 111101 0 100110 11100 1000011 101011001 10111 11011

Color Harmonies of #55353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55353D

Black with #55353D

Text Example


Text Example

White with #55353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,53,61); }

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

background-color css

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

 a { background-color: rgb(85,53,61); }

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

border-color css

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

 span { border-color: rgb(85,53,61); }

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