Html Css Color HEX #55313C Wine Berry

📋 copy color: '#55313C'

red 85 ◦ green 49 ◦ blue 60

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

Shades of Wine Berry #55313C

Tints of Wine Berry #55313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 43.81%
G = 25.26%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55313C (or 0x55313C) is known color: Wine Berry. HEX triplet: 55, 31 and 3C. RGB value is (85,49,60). Sum of RGB (Red+Green+Blue) = 85+49+60=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55313C is #AACEC3. Grayscale: #3D3D3D. Windows color (decimal): -11194052 or 3944789. OLE color: 3944789.

HSL color Cylindrical-coordinate representation of color #55313C: hue angle of 341.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55313C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 60 -
CMYK 0 0.42 0.29 0.67
HSL 341.67º 0.27% 0.26% -
HSV(B) 341.67º 0.42% 0.33% -
XYZ 5.66 4.45 4.84 -
YUV 61.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 85 49 60 0 0.42 0.29 0.67 341.67 0.27 0.26
Hex 55 31 3C 0 2A 1D 43 156 1B 1A
Octal 125 61 74 0 52 35 103 526 33 32
Binary 1010101 110001 111100 0 101010 11101 1000011 101010110 11011 11010

Color Harmonies of #55313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55313C

Black with #55313C

Text Example


Text Example

White with #55313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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