Html Css Color HEX #55353C Wine Berry

📋 copy color: '#55353C'

red 85 ◦ green 53 ◦ blue 60

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

Shades of Wine Berry #55353C

Tints of Wine Berry #55353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 42.93%
G = 26.77%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55353C (or 0x55353C) is known color: Wine Berry. HEX triplet: 55, 35 and 3C. RGB value is (85,53,60). Sum of RGB (Red+Green+Blue) = 85+53+60=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55353C is #AACAC3. Grayscale: #3F3F3F. Windows color (decimal): -11193028 or 3945813. OLE color: 3945813.

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

Color convert

RGB 85 53 60 -
CMYK 0 0.38 0.29 0.67
HSL 346.88º 0.23% 0.27% -
HSV(B) 346.88º 0.38% 0.33% -
XYZ 5.84 4.8 4.89 -
YUV 63.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 85 53 60 0 0.38 0.29 0.67 346.88 0.23 0.27
Hex 55 35 3C 0 26 1D 43 15B 17 1B
Octal 125 65 74 0 46 35 103 533 27 33
Binary 1010101 110101 111100 0 100110 11101 1000011 101011011 10111 11011

Color Harmonies of #55353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55353C

Black with #55353C

Text Example


Text Example

White with #55353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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