Html Css Color HEX #55353B Wine Berry

📋 copy color: '#55353B'

red 85 ◦ green 53 ◦ blue 59

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

Shades of Wine Berry #55353B

Tints of Wine Berry #55353B

RGB

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

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

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

R = 43.15%
G = 26.9%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55353B (or 0x55353B) is known color: Wine Berry. HEX triplet: 55, 35 and 3B. RGB value is (85,53,59). Sum of RGB (Red+Green+Blue) = 85+53+59=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353B is #AACAC4. Grayscale: #3F3F3F. Windows color (decimal): -11193029 or 3880277. OLE color: 3880277.

HSL color Cylindrical-coordinate representation of color #55353B: hue angle of 348.75º 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 #55353B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 59 -
CMYK 0 0.38 0.31 0.67
HSL 348.75º 0.23% 0.27% -
HSV(B) 348.75º 0.38% 0.33% -
XYZ 5.81 4.79 4.76 -
YUV 63.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 85 53 59 0 0.38 0.31 0.67 348.75 0.23 0.27
Hex 55 35 3B 0 26 1F 43 15D 17 1B
Octal 125 65 73 0 46 37 103 535 27 33
Binary 1010101 110101 111011 0 100110 11111 1000011 101011101 10111 11011

Color Harmonies of #55353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55353B

Black with #55353B

Text Example


Text Example

White with #55353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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